parse_server_sdk
The Dart SDK to connect to Parse Server. Build your apps faster with Parse Platform, the complete application stack.
9.7.0
3.4K downloads/mo
#4429 most downloaded on pub.dev
parse-community/Parse-SDK-Flutter
What this package is like to depend on
Last release 4 months ago
29 Mar 2026
Ships unpredictably
gaps range from 8 days to 11 months
Most releases are documented
notes for 65 of 87 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
87 releases · first in 2018
19 releases in the last 12 months
see the full history below
Release timeline
87 releases · Sep 2018 to Mar 2026Releases
latest 60 of 87-
9.7.029 Mar 2026Nothing published for this version
-
9.6.125 Jan 2026Nothing published for this version
-
9.6.011 Jan 2026Nothing published for this version
-
9.5.011 Dec 2025Nothing published for this version
-
9.4.805 Dec 2025Nothing published for this version
-
9.4.705 Dec 2025Nothing published for this version
-
9.4.604 Dec 2025Nothing published for this version
-
9.4.504 Dec 2025Nothing published for this version
-
9.4.404 Dec 2025Nothing published for this version
-
9.4.304 Dec 2025Nothing published for this version
-
9.4.202 Dec 2025Nothing published for this version
-
9.4.130 Nov 2025Nothing published for this version
-
9.4.030 Nov 2025Nothing published for this version
-
9.3.029 Nov 2025Nothing published for this version
-
9.2.029 Nov 2025Nothing published for this version
-
9.1.029 Nov 2025Nothing published for this version
-
9.0.029 Nov 2025Nothing published for this version
-
8.0.228 Nov 2025Release notes
Open source →Bug Fixes
ParseXFileuploads file with content-typeapplication/octet-streamif not explicitly set (#1048)
-
8.0.123 Nov 2025Release notes
Open source →Bug Fixes
- Fix Http client exception not handled properly resulting in incorrectly formatted error (#1021)
-
8.0.020 Dec 2024Release notes
Open source → -
7.0.116 Oct 2024 -
7.0.012 Apr 2024Release notes
Open source →BREAKING CHANGES
- This release removes support for Dart 2.19 (#993)
Features
- Add support for Dart 3.1, 3.2, 3.3; remove support for Dart 2.19 (#993)
-
6.4.030 Mar 2024 -
6.3.011 Nov 2023 -
6.2.018 Oct 2023Release notes
Open source →Features
- Added
saveEventuallyanddeleteEventuallyinParseObject(#911)
- Added
-
6.1.016 Oct 2023 -
6.0.016 Oct 2023Release notes
Open source →BREAKING CHANGES
- This release removes support for Dart 2.18 (#969)
Features
- Add support for Dart 3.1, remove support for Dart 2.18 (#969)
-
5.1.318 Jul 2023 -
5.1.229 May 2023Release notes
Open source →Bug Fixes
- Incorrect results when
ParseQuerycontains special characters (#866)
- Incorrect results when
-
5.1.120 May 2023Release notes
Open source →Bug Fixes
- Query conditions
inQueryandnotInQuerynot working properly (#869)
- Query conditions
-
5.1.014 May 2023Release notes
Open source →Features
- Downgrade collection dependency to ^1.16.0 for compatibility with Flutter >=3.3 (#880)
-
5.0.013 May 2023Release notes
Open source →BREAKING CHANGES
- The minimum required Dart SDK version is 2.18.0. (#867)
- Performing an atomic update on a key of a Parse Object now returns the prospective value, instead of a map of the operation that will be sent to the server; for example for a Parse Object
objwith a keycount, the atomic updateobj.setIncrement('count', 1);previously returned the value{__op: Increment, amount: 1}but now returns the prospective result of the operation, which would be1if the key's previous value was0. (#860)
Bug Fixes
-
4.0.223 Mar 2023Release notes
Open source →Bug Fixes
- Attempt to save
ParseObjecteven if its nestedParseObjectfailed to save (#859)
- Attempt to save
-
4.0.120 Mar 2023Release notes
Open source →Bug Fixes
- Unhandled exception when saving a
ParseObjectbut its nested object fails to save (#858)
- Unhandled exception when saving a
-
4.0.007 Mar 2023Release notes
Open source →BREAKING CHANGES
- Upgrades to dio 5.x (#824)
Feature
- Upgrade various dependencies and fix warnings (#824)
-
3.1.1527 Feb 2023Release notes
Open source →Bug Fixes
- Updating and deleting a ParseObject sends requests even if object ID is null (#829)
-
3.1.1426 Feb 2023 -
3.1.1315 Feb 2023 -
3.1.1201 Feb 2023Release notes
Open source →Bug Fixes
ParseObject.fromJsondoes not send proper payload to server (#688)
-
3.1.1121 Jan 2023Release notes
Open source →Features
- Add query constraint
wherePolygonContainsto determine whether a point in within a polygon (#777)
- Add query constraint
-
3.1.924 Dec 2022 -
3.1.823 Dec 2022Release notes
Open source →Features
- Add
ParseObject.toJson()to create a JSON representation (#616)
- Add
-
3.1.722 Dec 2022 -
3.1.621 Dec 2022 -
3.1.516 Dec 2022Release notes
Open source →Bug Fixes
- Add upload / download cancel and progress callback for ParseFile (#807)
-
3.1.414 Dec 2022Release notes
Open source →Bug Fixes
- SDK crashes due to missing error code property in
ParseNetworkResponse.data(#799)
- SDK crashes due to missing error code property in
-
3.1.315 Nov 2022Release notes
Open source →Bug Fixes
- Custom JSON encoder for List and Map doesn't work correctly in
fullmode (#788)
- Custom JSON encoder for List and Map doesn't work correctly in
-
3.1.209 Jul 2022 -
3.1.130 May 2022Release notes
Open source →Refactors
- fix analyzer code style warnings (#733)
3.1.0 (2021-06-28)
Bug Fixes
- General improvements
- Updated dependencies
3.0.0 (2021-04-14)
Bug Fixes
- Stable null safety release
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
-
3.1.028 Jun 2021Nothing published for this version
-
3.0.015 Apr 2021Nothing published for this version
-
2.1.018 Feb 2021Nothing published for this version
-
2.0.124 Oct 2020 -
2.0.013 Oct 2020Release notes
Open source →BREAKING CHANGES
- 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. If you are using flutter you should migrate using this guide.
Features
- Added full web support
- Moved ParseHTTPClient to Dio #459
Bug Fixes
- General improvements
-
1.0.2811 Oct 2020 -
1.0.2728 Aug 2020Release notes
Open source →User login / signUp / loginAnonymous delete SessionId stored in device before calling server
-
1.0.2628 Mar 2020 -
1.0.2511 Jan 2020 -
1.0.2423 Aug 2019 -
1.0.2323 Aug 2019