betuko_offline_sync 3.3.0
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_syncThis 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.0Alternatively, 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';