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 an associated key and default value.
-
ValueStorage<
T> -
A storage class for tracking and managing values of type
T. - Vaultify
- Vaultify provides access to a persistent storage container, offering methods to read, write, and manage data.
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.