core/encoded_adapters library

Classes

BigIntAdapter
Adapter for BigInt objects.
BytesAdapter
Adapter for binary data (Uint8List).
DateTimeAdapter
Adapter for DateTime objects.
DurationAdapter
Adapter for Duration objects.
EnumAdapter<T extends Enum>
Adapter for Enum values.
JsonAdapter<T>
Adapter for objects that can be converted to and from JSON.
PrfEncodedAdapter<T, TStore>
Base adapter for types that need encoding before storing in SharedPreferences.