Skip to content

Commit

Permalink
add missing hive adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaphasilor committed Jul 31, 2024
1 parent 5682661 commit 29a8149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ Future<void> setupHive() async {
Hive.registerAdapter(LyricLineAdapter());
Hive.registerAdapter(LyricDtoAdapter());
Hive.registerAdapter(LyricsAlignmentAdapter());
Hive.registerAdapter(LyricsFontSizeAdapter());

final dir = (Platform.isAndroid || Platform.isIOS)
? await getApplicationDocumentsDirectory()
Expand Down

0 comments on commit 29a8149

Please sign in to comment.