Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requestDisable does not work on Flutter 3.7 #192

Open
ZakaryaRoohi opened this issue Feb 14, 2023 · 1 comment
Open

requestDisable does not work on Flutter 3.7 #192

ZakaryaRoohi opened this issue Feb 14, 2023 · 1 comment

Comments

@ZakaryaRoohi
Copy link

I update my flutter to the 3.7 version and Dart to 2.19.2. now when I call the requestDiasble() function nothing will happens. no error.
but Bluetooth does not turn off. please fix this bug. and develop this package for IOS platform.

@MartemyanovAleksandr
Copy link

This works for me on Android 13. Try to downgrade you sdk version, like this:
flutter.minSdkVersion=21
flutter.targetSdkVersion=30
flutter.compileSdkVersion=30
it may be helpful too:
https://stackoverflow.com/questions/52060516/flutter-how-to-change-android-minsdkversion-in-flutter-project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants