flutter_persistence library

Classes

FlutterPersistence
An abstract class providing utility methods for persisting and retrieving data using Hive as a local storage solution in Flutter applications.
FlutterPersistenceResponse<T>
Represents a generic response used to return data in response to persistence operations with FlutterPersistence.

Enums

FlutterPersistenceResponseType
Enumeration representing possible response types for the FlutterPersistenceResponse class.

Exceptions / Errors

FlutterPersistentException
Base exception class for all exceptions related to Flutter Persistence.
NotAllowedDynamicTypeException
Exception thrown when an invalid dynamic data type is encountered in Flutter Persistence.
NotAllowedTypeException
Exception thrown when an invalid data type is encountered in Flutter Persistence.
NotExistingKey
Exception thrown when a key is not found in the cache.
NotInitializedException
Exception thrown when an operation is performed without initializing Flutter Persistence.