vaultify library
Vaultify is a versatile local storage solution designed for Flutter applications, providing efficient data persistence and seamless integration.
Classes
- Microtask
- A class for managing microtasks and ensuring that a callback is executed only once per microtask.
-
ReadWriteValue<
T> - Represents a read-write value with associated key and default value.
-
ValueStorage<
T> -
Represents a storage class for storing values of type
T. - Vaultify
- Instantiates Vaultify to access storage driver APIs.
Extensions
- Data on T
- Extension methods for providing syntactic sugar to create ReadWriteValue instances.
Typedefs
- StorageFactory = Vaultify Function()
- A factory function type that produces instances of Vaultify.