hive_simple 1.0.0 copy "hive_simple: ^1.0.0" to clipboard
hive_simple: ^1.0.0 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 Dart:

 $ dart pub add hive_simple

With Flutter:

 $ flutter pub add hive_simple

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

dependencies:
  hive_simple: ^1.0.0

Alternatively, your editor might support dart pub get or 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';
2
likes
0
points
14
downloads

Publisher

verified publisherdexbytes.com

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, hive, hive_flutter, path_provider

More

Packages that depend on hive_simple