dbsync 0.0.1-dev.6 copy "dbsync: ^0.0.1-dev.6" to clipboard
dbsync: ^0.0.1-dev.6 copied to clipboard

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

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

dependencies:
  dbsync: ^0.0.1-dev.6

Alternatively, your editor might support dart 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
0
points
214
downloads

Publisher

verified publishersquarealfa.com

Weekly Downloads

Contains algorithm to perform synchronization between Sqlite database and server API

Homepage
Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

sqflite_common

More

Packages that depend on dbsync