sync_offline 0.0.1 copy "sync_offline: ^0.0.1" to clipboard
sync_offline: ^0.0.1 copied to clipboard

Flutter package for offline data synchronization

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sync_offline

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

dependencies:
  sync_offline: ^0.0.1

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:sync_offline/sync_offline.dart';
3
likes
120
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for offline data synchronization

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

connectivity, flutter, flutter_web_plugins, http, path_provider, plugin_platform_interface, sqflite

More

Packages that depend on sync_offline