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.

Libraries

hive_easy