parse_server_sdk 9.1.0
parse_server_sdk: ^9.1.0 copied to clipboard
The Dart SDK to connect to Parse Server. Build your apps faster with Parse Platform, the complete application stack.
This library gives you access to the powerful Parse Server backend from your Dart app. For more information on Parse Platform and its features, visit parseplatform.org.
Compatibility #
The Parse Dart SDK is continuously tested with the most recent release of the Dart framework to ensure compatibility. Previous Dart framework releases are supported for 6 months after the release date of the next higher significant version (major or minor).
Note
Support windows are calculated from official Dart release dates. When a version's support period expires, it will be dropped in the next Parse SDK major release without advance notice. For full details, see VERSIONING_POLICY.md.
Currently Supported Versions #
| Version | Latest Version | End of Support | Compatible |
|---|---|---|---|
| Dart 3.2 | 3.2.6 | Jan 2025 | ✅ Yes |
| Dart 3.3 | 3.3.4 | Apr 2025 | ✅ Yes |
| Dart 3.4 | 3.4.4 | Jun 2025 | ✅ Yes |
| Dart 3.5 | 3.5.3 | Sep 2025 | ✅ Yes |
Handling Version Conflicts #
If you encounter version conflicts with the Parse SDK:
- Check if a newer Parse Dart SDK version resolves your conflict.
- Review your dependencies by running
dart pub outdatedto see available updates. - Check Parse Dart SDK compatibility.
- Check Migration Guides for common scenarios.
- Create an issue with your full dependency tree.
For detailed troubleshooting, see our Version Conflict Guide.
Getting Started #
To install, add the Parse Dart SDK as a dependency in your pubspec.yaml file.
Documentation #
Find the full documentation in the Parse Dart SDK guide.
Contributing #
We want to make contributing to this project as easy and transparent as possible. Please refer to the Contribution Guidelines.