Skip to content

Tags: aitaro/flutter-permission-handler

Tags

permission_handler_v8.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure checking permissions on pre M works correctly. (Baseflow#684)

permission_handler_v8.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to latest version of platform_interface (Baseflow#683)

permission_handler_platform_interface_v3.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added support for the 3 new Bluetooth permissions of Android 12. (Bas…

…eflow#671)

Co-authored-by: Pieter Otten <pieter.otten@signify.com>

permission_handler_v8.1.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Permission Manager / Location Settings intent nullpointer fix (Basefl…

…ow#666)

* Fixed the nullpointer exception in the Permission result handler method

* updated the changelog and pubspec files

Co-authored-by: floris smit <florissmit@floriss-Air.localdomain>

permission_handler_v8.1.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Android 12 (API 31) deprecation error fix when building appbundle (Ba…

…seflow#662)

* BluetoothAdapter deprecation fix

* Updated the CHANGELOG.md and the pubspec.yaml

* Changes to the build.gradle

* Update permission_handler/android/src/main/java/com/baseflow/permissionhandler/ServiceManager.java

Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>

* Added the documentation for public members

Co-authored-by: floris smit <florissmit@floriss-Air.localdomain>
Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>

permission_handler_v8.1.4+2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed memory dereference error (Baseflow#640)

permission_handler_v8.1.4+1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Hotfix - requesting location after being granted results in memory er…

…ror (Baseflow#635)

* Hotfix bug where requesting location after being granted would result into a memory error.

* Update permission_handler/CHANGELOG.md

Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>

Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>

permission_handler_v8.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue/fix 601 location always permission bug (Baseflow#629)

* Fixed bug where locationAlways sometimes returned either PermissionStatus.Granted or Denied

* Fix bug where `locationAlways` returned sometimes `PermissionStatus.Denied` instead of `PermissionStatus.Granted`.

* Update permission_handler/CHANGELOG.md

Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>

Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>

permission_handler_v8.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Baseflow#625 from Baseflow/issue/601_location_alwa…

…ys_permission_bug

Issue/601 location always permission bug

permission_handler_platform_interface_v3.6.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Baseflow#621 from Baseflow/issue/604_update_meta_d…

…ependency_platform_interface

Issue/604 update meta dependency platform interface