diff --git a/hive_flutter/lib/src/hive_extensions.dart b/hive_flutter/lib/src/hive_extensions.dart index da58b09d..d11776db 100644 --- a/hive_flutter/lib/src/hive_extensions.dart +++ b/hive_flutter/lib/src/hive_extensions.dart @@ -10,7 +10,9 @@ extension HiveX on HiveInterface { /// /// You can provide a [subDir] where the boxes should be stored. /// - /// Also registers the flutter type adapters. + /// Also registers the flutter type adapters + /// - [colorAdapterTypeId] - The type id for the color adapter (default: 200) + /// - [timeOfDayAdapterTypeId] - The type id for the time of day adapter (default: 201) Future initFlutter([ String? subDir, HiveStorageBackendPreference backendPreference =