hive_simple 1.0.2
hive_simple: ^1.0.2 copied to clipboard
This plugin contains a set of classes that make it easy to use save and fetch data from hive db platform in Flutter. It supports Android and iOS.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hive_simple
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
hive_simple: ^1.0.2
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:hive_simple/hive_simple.dart';