Skip to content

Commit a16fb6e

Browse files
chore(release): flutter 10.0.0 [skip ci]
# [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))
1 parent 5c3cc19 commit a16fb6e

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-sdk-flutter",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/parse-community/Parse-SDK-Flutter.git"

packages/flutter/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [10.0.0](https://github.com/parse-community/Parse-SDK-Flutter/compare/flutter-9.0.0...flutter-10.0.0) (2025-11-28)
2+
3+
4+
### Bug Fixes
5+
6+
* `ParseXFile` uploads file with content-type `application/octet-stream` if not explicitly set ([#1048](https://github.com/parse-community/Parse-SDK-Flutter/issues/1048)) ([a47f2a0](https://github.com/parse-community/Parse-SDK-Flutter/commit/a47f2a051fae92c44b974e1fd2f92b593a0139c6))
7+
* Add support for Dart 3.4, 3.5; remove support for Dart 3.0, 3.1 ([#1016](https://github.com/parse-community/Parse-SDK-Flutter/issues/1016)) ([a3449f4](https://github.com/parse-community/Parse-SDK-Flutter/commit/a3449f4a1c4060f6afea71f50b204cb5e5a37bd2))
8+
* HTTP client exception not handled properly resulting in incorrectly formatted error ([#1021](https://github.com/parse-community/Parse-SDK-Flutter/issues/1021)) ([4f20640](https://github.com/parse-community/Parse-SDK-Flutter/commit/4f2064096eb623a0af45a5aee60d8bfc0d882604))
9+
10+
### Features
11+
12+
* Add client access via `ParseDioClient.client` and `ParseHTTPClient.client` ([#1025](https://github.com/parse-community/Parse-SDK-Flutter/issues/1025)) ([af14388](https://github.com/parse-community/Parse-SDK-Flutter/commit/af1438820999af9740c1fe4b0a2e8a506e6222cf))
13+
* Remove support for expired Dart and Flutter versions ([#1052](https://github.com/parse-community/Parse-SDK-Flutter/issues/1052)) ([dbeb5cb](https://github.com/parse-community/Parse-SDK-Flutter/commit/dbeb5cbdb7e14c6fac5cf51a90addb0872ca88f2))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* 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))
19+
120
## [9.0.0](https://github.com/parse-community/Parse-SDK-Flutter/compare/flutter-8.0.0...flutter-9.0.0) (2024-10-16)
221

322
### BREAKING CHANGES

packages/flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: parse_server_sdk_flutter
22
description: The Flutter SDK to connect to Parse Server. Build your apps faster with Parse Platform, the complete application stack.
3-
version: 9.0.0
3+
version: 10.0.0
44
homepage: https://parseplatform.org
55
repository: https://github.com/parse-community/Parse-SDK-Flutter
66
issue_tracker: https://github.com/parse-community/Parse-SDK-Flutter/issues

0 commit comments

Comments
 (0)