hive_module 1.0.0+2
hive_module: ^1.0.0+2 copied to clipboard
JuneFlow Module
hive_module #
this module is a wrapper for the hive package, it provides a simple way to use hive in juneflow project.
Installation #
- If the juneflow project doesn't exist, please create it by following this guide.
- 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