please update to null safety, thank you!
What's the work around for this?
@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 Thank you! I ended up just moving to another library instead. I didn’t want to move away from null safety.
@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?
It's called Flutter Reactive BLE @ziyadmansy. It's apparently made by Phillips Hue so it seems like it will have decent support: