request_permission 2.1.4 copy "request_permission: ^2.1.4" to clipboard
request_permission: ^2.1.4 copied to clipboard

PlatformAndroid

A plugin for requesting android permissions with string constants.

2.1.4 #

  • Fixed the following error from version 2.1.3, when trying to request a permission.
    E/flutter (30649): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: type '_InternalLinkedHashMap<String, dynamic>' is not a subtype of type 'Map<String, Object>' in type cast
    

2.1.3 #




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 to ResultingPermission._permissions

  • Changed visibility of member ResultingPermission.grantResults to ResultingPermission._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.1 #

1.1.0 #

1.0.1 #

  • Changed package name in request_permission\android\src\main\AndroidManifest.xml

1.0.0 #

  • Released the plugin.
8
likes
120
pub points
74%
popularity

Publisher

unverified uploader

A plugin for requesting android permissions with string constants.

Repository (GitLab)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on request_permission