super_easy_permissions 0.0.6
super_easy_permissions: ^0.0.6 copied to clipboard
A flutter plugin for handling permissions on Android and iOS in a very simple way.
0.0.6 #
- Modified some docs
0.0.5 #
- Modified some descriptions
0.0.4 #
- Modified
AndroidManifest.xml
file andInfo.plist
file as per the required permissions - Changed the internal code implementation: Previously it uses
permission
plugin but that uses a deprecated API, So now, it usespremission_handler
pub package which works fine now
0.0.3 #
- Modified docs
0.0.2 #
- Modified the description
0.0.1 #
- First version of this package