From b6a79bccab2dffd198aa99b4ac494cd94e40c7c1 Mon Sep 17 00:00:00 2001 From: Rexios Date: Fri, 13 Feb 2026 11:20:36 -0500 Subject: [PATCH] Add default flutter adapter type ids to doc comment --- hive_flutter/lib/src/hive_extensions.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 =