quantum 1.1.13 copy "quantum: ^1.1.13" to clipboard
quantum: ^1.1.13 copied to clipboard

Synchronize a firestore document efficiently with json patching while decoupling the state updates from doc updates.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add quantum

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  quantum: ^1.1.13

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:quantum/quantum.dart';
1
likes
130
points
110
downloads

Publisher

verified publisherarcane.art

Weekly Downloads

Synchronize a firestore document efficiently with json patching while decoupling the state updates from doc updates.

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

cloud_firestore, delayed_progress_indicator, fast_log, flutter, jpatch, json_compress, throttled

More

Packages that depend on quantum