-
-
Notifications
You must be signed in to change notification settings - Fork 213
fix: Add support for Dart 3.4, 3.5; remove support for Dart 3.0, 3.1 #1016
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
Merged
mtrezza
merged 6 commits into
parse-community:master
from
mbfakourii:update_support_policy_dart
Oct 17, 2024
Merged
fix: Add support for Dart 3.4, 3.5; remove support for Dart 3.0, 3.1 #1016
mtrezza
merged 6 commits into
parse-community:master
from
mbfakourii:update_support_policy_dart
Oct 17, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks for opening this pull request! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1016 +/- ##
==========================================
+ Coverage 43.37% 43.48% +0.11%
==========================================
Files 61 61
Lines 3463 3463
==========================================
+ Hits 1502 1506 +4
+ Misses 1961 1957 -4 ☔ View full report in Codecov by Sentry. |
mtrezza
reviewed
Oct 17, 2024
3.4, 3.5; remove support for Dart 3.0,3.13.4, 3.5; remove support for Dart 3.0, 3.1
3.4, 3.5; remove support for Dart 3.0, 3.1
parseplatformorg
pushed a commit
that referenced
this pull request
Nov 28, 2025
# [10.0.0](flutter-9.0.0...flutter-10.0.0) (2025-11-28) ### Bug Fixes * `ParseXFile` uploads file with content-type `application/octet-stream` if not explicitly set ([#1048](#1048)) ([a47f2a0](a47f2a0)) * Add support for Dart 3.4, 3.5; remove support for Dart 3.0, 3.1 ([#1016](#1016)) ([a3449f4](a3449f4)) * HTTP client exception not handled properly resulting in incorrectly formatted error ([#1021](#1021)) ([4f20640](4f20640)) ### Features * Add client access via `ParseDioClient.client` and `ParseHTTPClient.client` ([#1025](#1025)) ([af14388](af14388)) * Remove support for expired Dart and Flutter versions ([#1052](#1052)) ([dbeb5cb](dbeb5cb)) ### BREAKING CHANGES * This release removes support for Dart 3.2 - 3.9 and Flutter 3.16 - 3.37. These versions exceeded their 6-month support window after the next significant version release. The minimum required versions are now Dart 3.10 and Flutter 3.38. ([dbeb5cb](dbeb5cb))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
Issue
Add support for Dart
3.4,3.5and remove support for Dart3.0,3.1Closes: #1010
Approach
n/a
Tasks