permission_handler_platform_interface 3.1.2 copy "permission_handler_platform_interface: ^3.1.2" to clipboard
permission_handler_platform_interface: ^3.1.2 copied to clipboard

unlistedoutdated

A common platform interface for the permission_handler plugin.

3.1.2 #

  • Allow checking serviceStatus for notification permission.

3.1.1 #

  • Fixed conversion issue where PermissionStatus.denied was not translated to the correct index.
  • Added unit-tests to guard API against breaking changes.

3.1.0 #

  • Added support for bluetooth permissions.

3.0.0+1 #

  • BREAKING: Removed PermissionStatus.undetermined. This is now replaced by PermissionStatus.denied.

3.0.0 #

  • Migrated to null safety.

2.0.2 #

  • Added support for the limited photos permission available on iOS 14 and up.

2.0.1 #

  • Update platform_interface 1.0.2
  • Fix bug which allows requesting is the device has phone capabilities.

2.0.0 #

  • BREAKING: Created a much more intuitive API using Dart's new extension methods (#230). Big thank you to @marcelgarus for the idea and doing all the grunt work.

1.0.0 #

  • Initial open-source release.