diff --git a/apps/pubspec.yaml b/apps/pubspec.yaml index 0228cae..040f5d1 100644 --- a/apps/pubspec.yaml +++ b/apps/pubspec.yaml @@ -11,11 +11,21 @@ dependencies: sdk: flutter cupertino_icons: ^1.0.8 equatable: ^2.0.8 + flutter_bloc: ^8.1.6 + go_router: ^14.6.1 + dio: ^5.4.3+1 + flutter_secure_storage: ^9.2.2 + formz: ^0.7.0 + get_it: ^7.7.0 + lucide_icons: ^0.257.0 + intl: ^0.19.0 dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^6.0.0 + bloc_test: ^9.1.7 + mocktail: ^1.0.4 flutter: uses-material-design: true