hive_easy 1.0.0 copy "hive_easy: ^1.0.0" to clipboard
hive_easy: ^1.0.0 copied to clipboard

Make Hive easier to use.

hive_easy #

Make Hive easier to use.

Features #

  1. Dual-level Storage
    • App-level data (global)
    • User-level data (personal)
  2. Basic Data Operations
    • Store and retrieve strings, integers, booleans, objects, lists
  3. User Management
    • Set/clear/delete user data
  4. Batch Operations
    • Batch set and get data
  5. Utility Methods
    • Delete, check, clear and other basic operations

Installation #

Add the dependency in pubspec.yaml:

dependencies:
  hive_easy: ^1.0.0

Then run:

flutter pub get

Usage #

Please check the example.

Example #

See the example directory for a complete sample app.

License #

The project is under the MIT license.

0
likes
40
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Make Hive easier to use.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

hive_ce_flutter

More

Packages that depend on hive_easy