request_permission 2.1.3 request_permission: ^2.1.3 copied to clipboard
A plugin for requesting android permissions with string constants.
2.1.3 #
-
- Updated analysis options.
-
-
- Changed type of
isWaitingForResponse
to <>.
- Changed type of
-
-
- Marked as
@immutable
.
- Marked as
-
Added constants.dart which contains constant objects for internal library usage.
-
Updated the android permissions in android_permissions.dart from Manifest.permission.
2.1.2 #
-
Changed LICENSE to
Gnu Lesser General Public License version 2.1
. -
Added documentation generated by the
dartdoc
tool. -
Fixed typos in README.md and in documentation comments.
-
Changed visibility of member
ResultingPermission.permissions
toResultingPermission._permissions
-
Changed visibility of member
ResultingPermission.grantResults
toResultingPermission._grantResults
2.1.1 #
- Migrated example to null safety.
2.1.0 #
-
Added constants from the offical android docs for each permission.
-
Added
hasAndroidPermissions
method, for requesting the status of multiple permissions at once.
2.0.0 #
- Migrated to null safety.
1.1.2 #
- Fixed a bug where [RequestPermission.instance.isWaitingForResponse] stayed true forever
1.1.0 #
- Implemented the functionality to request the android permission SYSTEM_ALERT_WINDOW
1.0.1 #
- Changed package name in request_permission\android\src\main\AndroidManifest.xml
1.0.0 #
- Released the plugin.