madob 0.1.2 copy "madob: ^0.1.2" to clipboard
madob: ^0.1.2 copied to clipboard

Madob is a super simple and easy to use highly-asynchronous library for database-synchronized objects. It is built upon hive, the blazing-fast key-value database.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add madob

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

dependencies:
  madob: ^0.1.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:madob/madob.dart';
2
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Madob is a super simple and easy to use highly-asynchronous library for database-synchronized objects. It is built upon hive, the blazing-fast key-value database.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

hive, meta, uuid

More

Packages that depend on madob