Skip to content

Tags: SooHoon95/flutter-permission-handler

Tags

permission_handler_v8.2.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix androidx migrate link typo in README (Baseflow#720)

* Fix androidx migrate link typo in README

* Update version to 8.2.6

* Remove unused example widget test

permission_handler_v8.2.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed broken link in README (Baseflow#703)

permission_handler_v8.2.4

Remove Flutter.podspec from git

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>