Readme contains: "It supports both read & write operations in every Android version through Flutter. It also requests appropriate permissions."
But below Android 30, it does not request any permissions. It is marked that the manifest should contain those permissions but it should also highlight that it should be requested during runtime before using it below Android 30 or make the plugin request it.
Readme contains: "It supports both read & write operations in every Android version through Flutter. It also requests appropriate permissions."
But below Android 30, it does not request any permissions. It is marked that the manifest should contain those permissions but it should also highlight that it should be requested during runtime before using it below Android 30 or make the plugin request it.