FlutterBleLib icon indicating copy to clipboard operation
FlutterBleLib copied to clipboard

please update to null safety, thank you!

Open GarrettLi77 opened this issue 4 years ago • 5 comments

GarrettLi77 avatar Jan 04 '22 01:01 GarrettLi77

What's the work around for this?

matteocordray avatar Apr 01 '22 23:04 matteocordray

@matteocordray

What's the work around for this?

As with any project that uses plugins that have yet to be migrated to null safety, run/build with the option --no-sound-null-safety

For example: To build apk: flutter build apk --no-sound-null-safety To run: flutter run --no-sound-null-safety To integrate with VSCode IDE launching: In .vscode/launch.json, Add "--no-sound-null-safety" under the configurations.args array.

brian-quah avatar May 05 '22 09:05 brian-quah

@brian-quah Thank you! I ended up just moving to another library instead. I didn’t want to move away from null safety.

matteocordray avatar May 05 '22 11:05 matteocordray

@brian-quah Thank you! I ended up just moving to another library instead. I didn’t want to move away from null safety.

Would you tell me which package you have used instead?

ziyadmansy avatar Jul 04 '22 16:07 ziyadmansy

It's called Flutter Reactive BLE @ziyadmansy. It's apparently made by Phillips Hue so it seems like it will have decent support:

Flutter Reactive BLE Library

matteocordray avatar Jul 04 '22 17:07 matteocordray