This library gives you access to the powerful Parse Server backend from your Flutter app. For more information on Parse Platform and its features, visit parseplatform.org.
Compatibility
The Parse Flutter SDK is continuously tested with the most recent release of the Flutter framework to ensure compatibility. Previous Flutter framework releases are supported for 6 months after the release date of the next higher significant version (major or minor).
Important
The Parse Flutter SDK depends on the Parse Dart SDK which may require a higher Dart framework version than the Flutter framework version, in which case the specific Flutter framework version cannot be supported. Check both SDK compatibility tables.
Note
Support windows are calculated from official Flutter 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 Flutter SDK version resolves your conflict.
- Review your dependencies by running
flutter 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 Flutter SDK as a dependency in your pubspec.yaml file.
Documentation
Find the full documentation in the Parse Flutter SDK guide.
Contributing
We want to make contributing to this project as easy and transparent as possible. Please refer to the Contribution Guidelines.