-
Notifications
You must be signed in to change notification settings - Fork 466
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
fix flutter3 warnings #216
fix flutter3 warnings #216
Conversation
cool @P-B1101 thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ba893d9
to
3c1f127
Compare
Since this PR had changes that are only available in Flutter 3. it will fail for versions before that because min flutter version constraint is not specified in flutter: '>=3.0.0' |
@vatsaltanna Here's a PR for it. |
just run
dart fix --apply