isolated_box library

Classes

IsolatedBox<T>
A Hive box that runs in an isolate.
MigrationStrategy
A class with migration options for isolated boxes.

Typedefs

FromJson<T> = T Function(Map<String, Object?>)
Parser function to convert a JSON map to a Dart object.
ToJson<T> = Map<String, Object?> Function(T)
Parser function to convert a Dart object to a JSON map.

Exceptions / Errors

IsolatedBoxException
Exception thrown when an error occurs in the IsolatedBox class.