flutter_bluetooth_basic icon indicating copy to clipboard operation
flutter_bluetooth_basic copied to clipboard

Flutter plugin. Allows to find bluetooth devices & send raw bytes data

Results 33 flutter_bluetooth_basic issues
Sort by recently updated
recently updated
newest added

I got this error To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a...

A quick question. Is this package use for scanning Bluetooth enable printers only? Cause I can find my mobile devices and laptop Bluetooth during scanning.

@andrey-ushakov, When building with 0.1.7 version, got the following error: ``` ld: in /Users/user1/Code/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_bluetooth_basic-0.1.7/ios/libGSDK.a(Utils.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/user1/Code/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_bluetooth_basic-0.1.7/ios/libGSDK.a' for architecture...

this PR solves #23 * upgrade gradle to 7.0.2 * Upgradle Android Flutter plugin to v2. * Fixed some warnings in AndroidStudio * Reformat Code by using AndroidStudio This PR...

Hi Folks, good day. I'm getting this messages on crashlytics and can't reproduce this problem. Does anyone have any idea what might be causing this problem? In my tests it...

I haven't been able to solve this problem for about 2 weeks, can you please help? I wrote an application that connects to a pos device (printer) via bluetooth with...

since i don't need the bluetooth run in background,and it could be rejected by apple if i add UIBackgroundModes in info.list.

The plugin `flutter_bluetooth_basic` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2...