parse_offline_extension 1.1.0
parse_offline_extension: ^1.1.0 copied to clipboard
Offline caching extension for Parse Server SDK Flutter. Adds O(1) local storage, batch saves, auto-migration, and connectivity-aware live lists to any ParseObject subclass.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add parse_offline_extensionThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
parse_offline_extension: ^1.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:parse_offline_extension/parse_offline_extension.dart';