From 2f0c97b51ed2d4a4c962977c0274c767187cc164 Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Tue, 17 Sep 2024 22:45:18 +0530 Subject: [PATCH] Update hive_services.dart --- lib/services/hive_services.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/services/hive_services.dart b/lib/services/hive_services.dart index cec74101..09ac8489 100644 --- a/lib/services/hive_services.dart +++ b/lib/services/hive_services.dart @@ -93,6 +93,7 @@ class HiveHandler { late final LazyBox historyLazyBox; HiveHandler() { + debugPrint("Trying to open Hive boxes"); dataBox = Hive.box(kDataBox); environmentBox = Hive.box(kEnvironmentBox); historyMetaBox = Hive.box(kHistoryMetaBox);