hive_module 1.0.6 copy "hive_module: ^1.0.6" to clipboard
hive_module: ^1.0.6 copied to clipboard

this module is a wrapper for the hive package, it provides a simple way to use hive in juneflow project.

pub package

hive_module #

this module is a wrapper for the hive package, it provides a simple way to use hive in juneflow project.

Installation #

  1. If the juneflow project doesn't exist, please create it by following this guide.
  2. open terminal in the juneflow project root directory, enter the following command.
june add hive_module

Usage #

Hive.box().put('key', 123);

int value = Hive.box().get('key');
print(value); // 123
1
likes
95
points
80
downloads

Publisher

unverified uploader

Weekly Downloads

this module is a wrapper for the hive package, it provides a simple way to use hive in juneflow project.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, go_router, hive, isar_flutter_libs, june_flow_util, path_provider

More

Packages that depend on hive_module