parse-repository-header-sdk-dart

Build Status Coverage

pub package

Forum Backers on Open Collective Sponsors on Open Collective Twitter Follow Chat


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:

  1. Check if a newer Parse Dart SDK version resolves your conflict.
  2. Review your dependencies by running dart pub outdated to see available updates.
  3. Check Parse Dart SDK compatibility.
  4. Check Migration Guides for common scenarios.
  5. 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.

Libraries

parse_server_sdk