drift_sync 0.12.0 copy "drift_sync: ^0.12.0" to clipboard
drift_sync: ^0.12.0 copied to clipboard

Contains algorithm to perform synchronization between Drift database and server API

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add drift_sync

With Flutter:

 $ flutter pub add drift_sync

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

dependencies:
  drift_sync: ^0.12.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:drift_sync/drift_sync.dart';
1
likes
140
points
185
downloads

Publisher

verified publishersquarealfa.com

Weekly Downloads

Contains algorithm to perform synchronization between Drift database and server API

Homepage
Repository (GitLab)
View/report issues
Contributing

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

decimal, drift, grpc, logging, meta

More

Packages that depend on drift_sync