You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
Describe the solution you'd like
This library should be migrated. https://dart.dev/null-safety/migration-guide#step2-migrate
The text was updated successfully, but these errors were encountered: