Commit a1aa7ca6 by Jeroen Weener Committed by GitHub

Update example app to fix displayed permissions (#1101)

Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>
parent 0be05e5d
## 10.3.2
* Updates example app to show `Permission.photos` and hide `Permission.bluetooth`.
## 10.3.1
* Fixes `java.lang.IllegalStateException: Reply already submitted` when checking status of Bluetooth service.
......
......@@ -37,9 +37,9 @@ class _PermissionHandlerWidgetState extends State<PermissionHandlerWidget> {
.where((permission) {
return permission != Permission.unknown &&
permission != Permission.mediaLibrary &&
permission != Permission.photos &&
permission != Permission.photosAddOnly &&
permission != Permission.reminders &&
permission != Permission.bluetooth &&
permission != Permission.appTrackingTransparency &&
permission != Permission.criticalAlerts;
})
......
......@@ -18,7 +18,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
permission_handler_platform_interface: ^3.11.0
permission_handler_platform_interface: ^3.11.2
dev_dependencies:
flutter_lints: ^1.0.4
......
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