FlutterBleLib
FlutterBleLib copied to clipboard
Bluetooth Low Energy library for Flutter with support for simulating peripherals
…/RestoredState.swift:68:105: error: value of optional type 'CBPeripheral?' must be unwrapped to a value of type 'CBPeripheral' peripheral: RxCBPeripheral(peripheral: $0.service.peripheral)), ^ …/MultiplatformBleAdapter/iOS/RxBluetoothKit/RxCBCharacteristic.swift:59:52: error: value of optional type 'CBService?' must be unwrapped...
Plugin should probably support the new embedding - need more research. Example links for knowledge: https://flutter.dev/docs/development/packages-and-plugins/plugin-api-migration https://stackoverflow.com/questions/59988211/what-is-the-difference-between-flutter-android-embedding-v1-and-v2 This one seems most promising: https://medium.com/flutter/modern-flutter-plugin-development-4c3ee015cf5a
Took me a little while to figure out why I couldn't filter the discovered bluetooth devices with this library. Eventually found it when i noticed that the checks for particular...
Dear FlutterBleLib team, I am very eager for this library to support null-safety
Dear FlutterBleLib team, Please update the package to null safety. Or any idea when it will get an update?
I am trying to stop the ble scanning when the app goes to background using WidgetsBindingObserver to obtain the app lifecycle events ``` class _Pairing0PageState extends State with WidgetsBindingObserver{ @override...
I want to detect the device shutdown when the app is already connected. At the moment I dont see an approch to do this on android. ``` I listen to...
Hi, I'm working with specific hardware which advertises two manufacturer data payloads but for same manufacturer id. For some reason iOS takes the one I need and everything works, but...
On Android, how are you guys subscribing to bond state of a BLE device. The device bond state changes to **bonded(BOND_BONDED)** after the **pairing request** has been acknowledged/accepted on the...
characteristic.monitor().listen throw an exception my device is writewithoutresponse and is notifible ────────────────────────────────────────────────────────── flutter: dataCharacteristic: flutter: uuid: XXXXXXXXXXX(as example) flutter: isReadable: false flutter: isWritableWithoutResponse: true flutter: isWritableWithResponse: false flutter: isIndicatable: false...