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.
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.