dbsync 0.1.0 copy "dbsync: ^0.1.0" to clipboard
dbsync: ^0.1.0 copied to clipboard

discontinued
outdated

Contains algorithm to perform synchronization between Sqlite database and server API

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dbsync

With Flutter:

 $ flutter pub add dbsync

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

dependencies:
  dbsync: ^0.1.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:dbsync/dbsync.dart';
0
likes
100
points
124
downloads

Publisher

verified publishersquarealfa.com

Weekly Downloads

Contains algorithm to perform synchronization between Sqlite database and server API

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

grpc, logging, meta

More

Packages that depend on dbsync