Open HamzaKlf opened 9 months ago
Have you got any solution for this? I am facing this issue while releasing the .apk file
So far, there have been no updates for the flutter_bluetooth_serial library in the past two years, causing it to become obsolete. Consequently, I've transitioned to using the flutter_reactive_ble library, which is functioning well without any issues related to Bluetooth connection or permissions.
But I guess , flutter_reactive_ble doesn’t support Bluetooth Classic .Is there any alternate of this?
On Fri, 2 Feb 2024 at 12:43 PM, HamzaKlf @.***> wrote:
So far, there have been no updates for the flutter_bluetooth_serial library in the past two years, causing it to become obsolete. Consequently, I've transitioned to using the flutter_reactive_ble library, which is functioning well without any issues related to Bluetooth connection or permissions.
— Reply to this email directly, view it on GitHub https://github.com/edufolly/flutter_bluetooth_serial/issues/212#issuecomment-1923155894, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWHBWCUAPEBJVUO62UOMSOLYRSG3NAVCNFSM6AAAAABCO6YAVWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRTGE2TKOBZGQ . You are receiving this because you commented.Message ID: @.***>
Following Dart and Flutter packages can help you add Bluetooth, NFC, Beacon, BLE and other communication feature to your app: https://fluttergems.dev/bluetooth-nfc-beacon/
I am having same issue.....
Lately, my generated Flutter APK has been experiencing issues with controlling the Android Bluetooth, leading to difficulties in establishing connections.
while generating the Apk, the following error is shown:
During the debugging process, the following message appears when attempting to disable the Android Bluetooth from within the app:
pubspec.yaml:
AndroidManifest.xml:
build.gradle: