Baseflow / Baseflow/flutter-permission-handler
Bluetooth android only permissions check should be always allowed on iOS
Open
P2
platform: android
platform: ios
type: documentation
- Dominant language
- Dart
- Stars
- 2.2k
- Forks
- 970
- Avg merge
- 14h 22m
- Merged PRs (30d)
- 2
Description
## 🏗 Enhancement Proposal
bluetooth: "When running < iOS 13 or Android this is always allowed."
This is not a case for bluetoothScan and bluetoothConnect. permissions are denied on iOS
### Pitch
Now we need to check the platform before checking the bluetoothScan and bluetoothConnect.
I made a mistake in code and checked this permision in iOS...
### Platforms affected (mark all that apply)
- [x] :iphone: iOS
- [ ] :robot: Android
Contributor guide
Assessment
This issue has not been assessed yet.