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

This library isn't null safe #79

Open
dustinlessard-wf opened this issue Sep 8, 2022 · 1 comment
Open

This library isn't null safe #79

dustinlessard-wf opened this issue Sep 8, 2022 · 1 comment

Comments

@dustinlessard-wf
Copy link
Contributor

Is your feature request related to a problem? Please describe.
This library isn't null-safe. As a result, warnings are thrown in IDEs.

Here's an example of importing the library into a Flutter project in VSCode.

Screen Shot 2022-09-08 at 2 38 43 PM

Describe the solution you'd like
This library should be migrated. https://dart.dev/null-safety/migration-guide#step2-migrate

@iCodeSometime
Copy link

In addition to warnings in the ide, it requires --no-sound-null-safety to compile, which generates a warning that the option will not be supported in flutter 3

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

Successfully merging a pull request may close this issue.

2 participants