hive_module 1.0.1 copy "hive_module: ^1.0.1" to clipboard
hive_module: ^1.0.1 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 #

hiveBox.put('key', 123);

int value = hiveBox.get('key');
print(value); // 123
1
likes
0
points
12
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)
View/report issues

License

unknown (license)

Dependencies

flutter, go_router, hive, hive_flutter, june_flow_util

More

Packages that depend on hive_module