hive_easy 1.0.0
hive_easy: ^1.0.0 copied to clipboard
Make Hive easier to use.
hive_easy #
Make Hive easier to use.
Features #
- Dual-level Storage
- App-level data (global)
- User-level data (personal)
- Basic Data Operations
- Store and retrieve strings, integers, booleans, objects, lists
- User Management
- Set/clear/delete user data
- Batch Operations
- Batch set and get data
- 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.