Skip to content

Conversation

@mbfakourii
Copy link
Member

@mbfakourii mbfakourii commented Oct 17, 2024

Pull Request

Issue

Add support for Dart 3.4, 3.5 and remove support for Dart 3.0,3.1

Closes: #1010

Approach

n/a

Tasks

  • Add tests
  • Add changes to documentation (guides, repository pages, code comments)

@parse-github-assistant
Copy link

parse-github-assistant bot commented Oct 17, 2024

Thanks for opening this pull request!

@codecov
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 43.48%. Comparing base (c388545) to head (8969ee5).
Report is 8 commits behind head on master.

Files with missing lines Patch % Lines
packages/dart/lib/src/network/parse_query.dart 0.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@mbfakourii mbfakourii requested a review from a team October 17, 2024 07:30
@mtrezza mtrezza changed the title fix: Add support for Dart 3.4, 3.5; remove support for Dart 3.0,3.1 fix: Add support for Dart 3.4, 3.5; remove support for Dart 3.0, 3.1 Oct 17, 2024
@mtrezza mtrezza changed the title fix: Add support for Dart 3.4, 3.5; remove support for Dart 3.0, 3.1 fix: Add support for Dart 3.4, 3.5; remove support for Dart 3.0, 3.1 Oct 17, 2024
@mtrezza mtrezza merged commit a3449f4 into parse-community:master Oct 17, 2024
16 of 17 checks passed
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update parse_server_sdk_flutter dependencies for compatibility with privacy manifest requirements

2 participants