event_hive library

Classes

BaseHiveRepository
This is the super class of HiveRepository. This doesn't have the implementation of initializing Hive with Flutter.
GenericTypeAdapter<T extends GenericModel>
HiveRepository
This automatically initializes hive under Flutter. If you need to start with something else, please see BaseHiveRepository

Typedefs

TypeMapper = int? Function(String)