betuko_offline_sync 3.3.0 copy "betuko_offline_sync: ^3.3.0" to clipboard
betuko_offline_sync: ^3.3.0 copied to clipboard

Ultra-simple offline-first Flutter package. Just get(), save(), and syncAll(). Automatic local storage with Hive, manual sync when you want.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add betuko_offline_sync

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

dependencies:
  betuko_offline_sync: ^3.3.0

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:betuko_offline_sync/betuko_offline_sync.dart';
2
likes
120
points
195
downloads

Publisher

unverified uploader

Weekly Downloads

Ultra-simple offline-first Flutter package. Just get(), save(), and syncAll(). Automatic local storage with Hive, manual sync when you want.

Repository (GitHub)
View/report issues

Topics

#offline-first #sync #hive #local-storage #background-sync

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter, hive, hive_flutter, http, path_provider, shared_preferences, workmanager

More

Packages that depend on betuko_offline_sync