-
-
Notifications
You must be signed in to change notification settings - Fork 280
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: Migration to Flutter 3.13 #4579
Conversation
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.
I have seen nothing shocking in that PR.
But I would wait about a month to see the first bug fixes, instead of rushing as soon as the first week of that new version's availability.
The new horizontal+vertical scrolling feature is not good enough a reason to do it, IMHO.
android { | ||
compileSdkVersion 33 | ||
compileSdkVersion flutter.compileSdkVersion |
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.
While you're here you should probably change targetSdk
too.
There's also the fix for iOS, which is important (but also available on 3.10.7. |
Upgrading to 3.10.7 would then be the wisest option. In the past other flutter developers (not us specifically) raised issues about new flutter versions and we quietly waited until most bug were fixed. I can see no good reason to rush this time. |
Codecov Report
@@ Coverage Diff @@
## develop #4579 +/- ##
==========================================
+ Coverage 0 9.91% +9.91%
==========================================
Files 0 310 +310
Lines 0 15792 +15792
==========================================
+ Hits 0 1566 +1566
- Misses 0 14226 +14226
... and 298 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
With a 3.13.1, I'd be tempted to merge anyway. |
Sidenote: we may also have to check if the github action computers upgraded to 3.13. |
Although I did merge @monsieurtanuki's simple bump, I'd like this bump to go through as well. |
I use it daily (on Android and iOS) and I haven't noticed any regression, so why not |
@g123k They released 3.13.5 a week ago. I |
Unfortunately .5 is NOT a good release, because it breaks the fact to test on an iPhone (= a real device). A .6 was released a few minutes ago, I don't know if it fixes yet the regression |
Flutter 3.13.6 is still KO for iOS and Google has closed the bug -_- |
What about reopening the bug or creating a new one? We may not be the only project that needs to test on iphones? |
I don't really understand, but I was trying to get the error message to post it here… and now with 3.13.6… it works. |
Let's hope you made a mistake when you tried initially and that actually there's no error at all. |
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.
I guess we're ready then!
Let's merge this 🚀 |
Hi everyone,
Since the release is in a few days, we can already test if there is no regression with the latest stable version of Flutter.
In terms of code, there's no real breaking change.