Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please update to null safety, thank you! #618

Open
GarrettLi77 opened this issue Jan 4, 2022 · 5 comments
Open

please update to null safety, thank you! #618

GarrettLi77 opened this issue Jan 4, 2022 · 5 comments

Comments

@GarrettLi77
Copy link

No description provided.

@matteocordray
Copy link

What's the work around for this?

@brian-quah
Copy link

@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.

@matteocordray
Copy link

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

@ziyadmansy
Copy link

@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?

@matteocordray
Copy link

matteocordray commented Jul 4, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants