diff --git a/apps/pubspec.yaml b/apps/pubspec.yaml index 040f5d1..0b0826d 100644 --- a/apps/pubspec.yaml +++ b/apps/pubspec.yaml @@ -19,6 +19,8 @@ dependencies: get_it: ^7.7.0 lucide_icons: ^0.257.0 intl: ^0.19.0 + shared_preferences: ^2.2.2 + json_annotation: ^4.8.1 dev_dependencies: flutter_test: @@ -26,6 +28,8 @@ dev_dependencies: flutter_lints: ^6.0.0 bloc_test: ^9.1.7 mocktail: ^1.0.4 + json_serializable: ^6.7.1 + build_runner: ^2.4.8 flutter: uses-material-design: true