-
Notifications
You must be signed in to change notification settings - Fork 5
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
Upgrade to Flutter 3.3.0 + Upgrade lint package to 1.10.0 #63
Conversation
Line 7 in 6670336
>=3.3.0 <4.0.0 as this blocks on flutter v3 or above and lint upgrade will break older Flutter versions.
|
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.
See converstation.
I think putting |
Just noticed that setting So now I set |
@WieFel you can now make a new release |
@WieFel oops, i think you forgot to update this two lines tinycolor2/example/pubspec.yaml Lines 21 to 22 in 116ffe5
|
I did update it. Check on master: Lines 7 to 8 in 116ffe5
|
Not the package one. I’m referring to the |
also moved lint dependency to
dev_dependencies
, as I couldn't find any reason why it was listed under normal dependencies