-
Notifications
You must be signed in to change notification settings - Fork 36
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
chore: upgrade to flutter 3.3.0 #75
Conversation
@@ -7,7 +7,7 @@ repository: https://github.com/Betterment/alchemist | |||
|
|||
environment: | |||
sdk: ">=2.16.2 <3.0.0" | |||
flutter: ">=3.0.0" | |||
flutter: ">=3.3.0" |
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.
Wanna tackle the dart upgrade as a separate effort?
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 once we upgrade CI to correct version
Codecov Report
@@ Coverage Diff @@
## main #75 +/- ##
===========================================
- Coverage 100.00% 99.63% -0.37%
===========================================
Files 13 13
Lines 546 555 +9
===========================================
+ Hits 546 553 +7
- Misses 0 2 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Any update on this? Looks like it is finished and approved. |
Description
Upgrade to the latest flutter stable. Closes #74
Type of Change