Commit 0be05e5d by Jeroen Weener Committed by GitHub

Allow querying Bluetooth service status on iOS (platform interface) (#1099)

* Change `Permission.bluetooth` from `Permission` to `PermissionWithService`

* Updates permission documentation
parent 069045be
## 3.11.2
* Changes `Permission.bluetooth` into an instance of `PermissionWithService` instead of `Permission` in order to determine iOS native's `CBManagerStatePoweredOn`.
## 3.11.1
* Updates the documentation for the `Permission.storage` permission regarding its use on Android.
......
......@@ -3,7 +3,7 @@ description: A common platform interface for the permission_handler plugin.
homepage: https://github.com/baseflow/flutter-permission-handler/tree/master/permission_handler_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 3.11.1
version: 3.11.2
dependencies:
flutter:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment