synckit 0.2.6 copy "synckit: ^0.2.6" to clipboard
synckit: ^0.2.6 copied to clipboard

A Package to Sync data b/w Network and Local Storage.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add synckit

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

dependencies:
  synckit: ^0.2.6

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:synckit/synckit.dart';
1
likes
120
points
75
downloads

Publisher

unverified uploader

Weekly Downloads

A Package to Sync data b/w Network and Local Storage.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

cloud_firestore, fast_immutable_collections, flutter, hive_ce_flutter

More

Packages that depend on synckit