quick_blue
quick_blue copied to clipboard
A cross-platform (Android/iOS/macOS/Windows/Linux) BluetoothLE plugin for Flutter
Windows 10, quick_blue 0.4.1+1, flutter 3.3.0-0.2.pre When I try to `connect` to a `deviceId` that isn't valid, on Windows at least, (such as "asdf") my app crashes, with an error...
How to reproduce: 1. Run flutter create testapp 2. flutter pub add quick_blue, you don't need any usage of plugin in your code, this is not a point 3. Run...
When I comment the quick_blue package the permission works as expected but when I use the quick blue plugin, the permission status is always denied and the user won't get...
It can work successfully on windows;but it have error on Android when we use method of QuickBlue.writeValue。
First connection ``` V/QuickBluePlugin(30077): onScanResult: 1 + ScanResult{device=08:BE:AC:27:1A:38, scanRecord=ScanRecord [mAdvertiseFlags=6, mServiceUuids=null, mServiceSolicitationUuids=[], mManufacturerSpecificData={}, mServiceData={}, mTxPowerLevel=-2147483648, mDeviceName=RAXA20ASB09717], rssi=-80, timestampNanos=957351442689907, eventType=27, primaryPhy=1, secondaryPhy=0, advertisingSid=255, txPower=127, periodicAdvertisingInterval=0} I/flutter (30077): DEBUG: BLE: Found: RAXA20ASB09717,...
Hi, Thank you very much for your effort. Is there a way to see all connected devices? If a device is already connected, It won't be shown in the `scanResultStream`...
Hi! This code gives me sigterm on Windows: ```dart void handleConnection(String deviceId, BlueConnectionState state) { d.log('handleConnection ' + state.value); QuickBlue.discoverServices(deviceId); QuickBlue.setNotifiable(deviceId, SERVICE_MIBAND2, CHARACTERISTIC_AUTH, BleInputProperty.notification); QuickBlue.writeValue(deviceId, SERVICE_MIBAND2, CHARACTERISTIC_AUTH, Uint8List.fromList(key_cmd + key),...
As `quick_blue_linux` currently uses `bluez` 0.7.9 (which in turn uses outdated `dbus`, which in turn uses outdated `xml`), it blocks the usage of recent versions of libraries like `flutter_svg` and...
@Sunbreak Added Pair method for Windows Platform , Thanks to [kinyoklion](https://github.com/kinyoklion) it will throw Unimplemented Error for Other Platforms also update Example to show Pair button for Windows Platform
Hey , as title suggests can we have a method like , discover characteristics