-
-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: Add support for Dart 3.1, remove support for Dart 2.18 #969
feat: Add support for Dart 3.1, remove support for Dart 2.18 #969
Conversation
refactor: Add `CONTRIBUTING.md`
Thanks for opening this pull request! |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #969 +/- ##
=======================================
Coverage 39.60% 39.60%
=======================================
Files 60 60
Lines 3333 3333
=======================================
Hits 1320 1320
Misses 2013 2013 ☔ View full report in Codecov by Sentry. |
fix lower bound
fix WillPopScope
fix code formatting
upgrade examples environment version
We currently do not use the local version. The error in Flutter 3.3 is as follows: ERR : The current Dart SDK version is 2.18.6.
|
| Because parse_server_sdk requires SDK version >=2.19.6 <4.0.0, version solving failed. We removed 2.18.6 and it is not supported in Flutter 3.3 I think there is no problem ! |
How is this possible if we did not actually remove Dart 2.18 support yet? It's only removed in this PR, not in the published Parse Dart SDK version. |
I think the problem was found ! |
Makes sense, can we remove this line from the CI? |
I think to remove this line, it is better to do PR flutter. What is your opinion about the separation of two CI (flutter and dart)? |
Sure, so should the line be removed in #971 (review)? |
I think you already identified the solution in #969 (comment). If you just remove the checking in the flutter section of the CI in the #971 (review) PR, then all these changes of splitting up the CI are unnecessary. We also want to keep the CI files as uniform as possible across repositories, for easier maintenance, so creating 2 files here if not necessary should be avoided if possible. |
But didn't you say to separate it here? |
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.
Looks good, waiting for CI to pass...
Pull Request
Issue
Closes: #968
Approach
Improve support policy and CI
Tasks