Your commit message here

This commit is contained in:
2025-12-19 22:47:27 -06:00
parent 5d746d694e
commit 464692ce56
21 changed files with 3018 additions and 0 deletions

View File

@@ -24,6 +24,10 @@ void main() async {
Hive.registerAdapter(CervicalMucusTypeAdapter());
Hive.registerAdapter(CyclePhaseAdapter());
Hive.registerAdapter(UserRoleAdapter());
<<<<<<< HEAD
=======
Hive.registerAdapter(BibleTranslationAdapter());
>>>>>>> 6742220 (Your commit message here)
// Open boxes
await Hive.openBox<UserProfile>('user_profile');