feat(service): Add working database persistency

This commit is contained in:
2023-02-04 00:25:16 +01:00
parent 624c8bd78a
commit 432796d0c4
10 changed files with 538 additions and 67 deletions

View File

@@ -16,7 +16,8 @@ dependencies:
freezed_annotation: 2.1.0
get_it: ^7.2.0
jikan_api: ^2.0.0
json_annotation: 4.6.0
sqflite: ^2.2.4+1
swipeable_tile: ^2.0.0+3
dev_dependencies:
@@ -25,6 +26,7 @@ dev_dependencies:
sdk: flutter
flutter_lints: ^2.0.0
freezed: ^2.1.0+1
json_serializable: ^6.3.1
flutter:
uses-material-design: true