Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion hive_flutter/lib/src/hive_extensions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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<void> initFlutter([
String? subDir,
HiveStorageBackendPreference backendPreference =
Expand Down