Flutter Hive is a lightweight and blazing fast key-value database written in pure Dart. Hive not only supports primitives, lists and maps but also any Dart object you like. You need to generate a type adapter before you can store objects.
#Flutter #Hive #StoreObject #HiveField #HiveType #TypeAdapter