parse_server_sdk_flutter 10.6.2
parse_server_sdk_flutter: ^10.6.2 copied to clipboard
The Flutter SDK to connect to Parse Server. Build your apps faster with Parse Platform, the complete application stack.
flutter-v10.6.2 (2025-12-04) #
Bug Fixes #
flutter-v10.6.1 (2025-12-03) #
Bug Fixes #
flutter-v10.6.0 (2025-11-30) #
Features #
flutter-v10.5.0 (2025-11-30) #
Features #
flutter-v10.4.0 (2025-11-30) #
Features #
flutter-v10.3.0 (2025-11-30) #
Features #
10.3.0 - 2025-11-30 #
10.2.0 - 2025-11-29 #
10.1.0 - 2025-11-28 #
10.0.0 - 2025-11-28 #
Bug Fixes #
ParseXFileuploads file with content-typeapplication/octet-streamif not explicitly set (#1048) (a47f2a0)- Add support for Dart 3.4, 3.5; remove support for Dart 3.0, 3.1 (#1016) (a3449f4)
- HTTP client exception not handled properly resulting in incorrectly formatted error (#1021) (4f20640)
Features #
- Add client access via
ParseDioClient.clientandParseHTTPClient.client(#1025) (af14388) - Remove support for expired Dart and Flutter versions (#1052) (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)
9.0.0 - 2024-10-16 #
8.0.0 - 2024-05-15 #
7.0.0 - 2023-10-16 #
6.0.0 - 2023-08-06 #
5.1.2 - 2023-07-11 #
5.1.1 - 2023-06-28 #
5.1.0 - 2023-05-22 #
5.0.1 - 2023-05-20 #
5.0.0 - 2023-05-14 #
4.0.0 - 2023-03-19 #
BREAKING CHANGES #
- The source file name of the Flutter package has changed; to import the Flutter package use
parse_server_sdk_flutter.dartinstead ofparse_server_sdk.dart(#846) - Dependencies are upgraded to
parse_server_sdk4.x,dio5.x,connectivity_plus3.x andpackage_info_plus3.x (#844)
Features #
3.1.4 - 2023-03-01 #
3.1.3 - 2022-07-09 #
2.1.0 - 2021-02-18 #
BREAKING CHANGES #
- Changed to HTTP method POST for login
- Change in progress callback for file upload
Features #
- Option to use
ParseHTTPClient(default) orParseDioClient(slow on Flutter Web) - Added method excludeKeys to exclude specific fields from the returned query
Bug Fixes #
- General improvements
- Updated dependencies
2.0.0 - 2020-10-13 #
First official release. From this release onwards the previous repository has been separated into a pure dart (parse_server_sdk) and a flutter package (parse_server_sdk_flutter). This was done in order to provide a dart package for the parse-server, while keeping maintenance simple. You can find both packages in the package directory.
