sleek_storage library

Classes

SleekBox<T>
A collection of key-value pairs stored in the SleekStorage.
SleekStorage
Storage system that allows you to store values and boxes in a JSON file.
SleekValue<T>
A single value stored in the SleekStorage.

Typedefs

FromJson<T> = T Function(String key, dynamic json)
JsonList = Iterable
JsonObject = Map<String, dynamic>
ToJson<T> = dynamic Function(T object)