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

Complete offline data management system with bidirectional synchronization for Flutter. Support for local CRUD, reactive queries and multiple backends.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add offline_db

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

dependencies:
  offline_db: ^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:offline_db/offline_db.dart';
16
likes
160
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

Complete offline data management system with bidirectional synchronization for Flutter. Support for local CRUD, reactive queries and multiple backends.

Homepage
Repository (GitHub)
View/report issues

Topics

#offline #database #sync #offline-first #hive

Documentation

API reference

License

MIT (license)

Dependencies

flutter, hive_ce, hive_ce_flutter

More

Packages that depend on offline_db