parse_offline_extension 1.1.0 copy "parse_offline_extension: ^1.1.0" to clipboard
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_extension

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

Alternatively, 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';
0
likes
150
points
91
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#parse #parse-server #offline #cache #local-storage

License

MIT (license)

Dependencies

flutter, parse_server_sdk_flutter

More

Packages that depend on parse_offline_extension