hive_plus_secure library
Hive Plus is a lightweight and blazing fast key-value store made for Flutter and Dart. It is strongly encrypted using AES-256.
Classes
-
Box<
E> - A box contains and manages a collection of key-value pairs.
-
ChangeDetail<
T extends DocumentSerializable> - Comprehensive record of a change event for a specific database entity.
- DocumentSerializable
- Contract for objects that can be serialized to/from JSON.
- Hive
- Open boxes and register adapters.
Enums
- ChangeType
- Enumeration of database change operations.