flutter_auto_sync 0.0.4 copy "flutter_auto_sync: ^0.0.4" to clipboard
flutter_auto_sync: ^0.0.4 copied to clipboard

A Flutter package for offline data storage and automatic API synchronization when internet connectivity is restored.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_auto_sync

With Flutter:

 $ flutter pub add flutter_auto_sync

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

dependencies:
  flutter_auto_sync: ^0.0.4

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:flutter_auto_sync/flutter_auto_sync.dart';
1
likes
0
points
193
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for offline data storage and automatic API synchronization when internet connectivity is restored.

Repository (GitHub)
View/report issues

Topics

#offline #sync #networking #storage

License

unknown (license)

Dependencies

connectivity_plus, flutter, hive, hive_flutter, http, uuid

More

Packages that depend on flutter_auto_sync