Skip to content

Tags: weincoder/flutter-permission-handler

Tags

permission_handler_android_v12.0.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove additional Android v1 embedding class reference. (Baseflow#1336)

* fully remove v1 embedding references

* pubspec+changelog

---------

Co-authored-by: Gray Mackall <mackall@google.com>

permission_handler_apple_v9.4.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[LocationPermission] Fix warning UI unresponsive in mainthread when c… (

Baseflow#1329)

* [LocationPermission] Fix warning UI unresponsive in mainthread when calling locationServicesEnabled

* fix issue Baseflow#1002: bump version, fix Xcode location check warning

* fix issue Baseflow#1002: Xcode warning of the unresponsive of main thread when checking location state

* bump version to 11.3.2

* bump version to 11.3.2: update changelog and fix Baseflow#1002

* update permission_handler_apple dependency to minimum 9.4.5

* revert permission_handler_apple dependency

* revert CHANGELOG.md

* revert pubspec.yaml

permission_handler_android_v12.0.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Removes Android v1 embedding (Baseflow#1318)

permission_handler_v11.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updates the README for the new location permissions. (Baseflow#1297)

* Updates the README for the new location permissions

* Update permission_handler/CHANGELOG.md

Co-authored-by: TimHoogstrate <tim566@hotmail.com>

---------

Co-authored-by: TimHoogstrate <tim566@hotmail.com>

permission_handler_platform_interface_v4.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Resolve unhandled exception on iOS (Baseflow#1298)

permission_handler_apple_v9.4.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix possible-nil return type of EventPermissionStrategy#getEntityType (

…Baseflow#1278)

* Update pubspec.yaml

* Update CHANGELOG.md

* Fix return type of EventPermissionStrategy#getEntityType

This method is causing a compilation warning: -Wint-conversion.

Even ignoring the warning, the nil value would not be tolerated and is never actually returned.

---------

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

permission_handler_apple_v9.4.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds support for when in use only. (Baseflow#1295)

* Adds support for when in use only

* Update permission_handler_apple/CHANGELOG.md

Co-authored-by: TimHoogstrate <tim566@hotmail.com>

* Update permission_handler_apple/CHANGELOG.md

Co-authored-by: TimHoogstrate <tim566@hotmail.com>

* Apply PR feedback

---------

Co-authored-by: TimHoogstrate <tim566@hotmail.com>

permission_handler_apple_v9.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add the use of NSUserDefaults to privacy manifest (Baseflow#1293)

permission_handler_apple_v9.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds iOS privacy manifest. (Baseflow#1291)

permission_handler_android_v12.0.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgraded gradle and AGP (Baseflow#1279)