Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtanko committed Jul 18, 2024
1 parent ccd1a48 commit 56ec9fe
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ version: 1.0.0+1

environment:
sdk: ">=3.2.0 <4.0.0"
flutter: '>=3.2.0'
flutter: ">=3.19.2"

dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.1.5
bloc: ^8.1.4
logger: ^2.2.0
logger: ^2.3.0
equatable: ^2.0.5
http: ^1.2.1
json_annotation: ^4.8.1
shared_preferences: ^2.2.2
dio: ^5.4.2+1
intl: ^0.18.1
json_annotation: ^4.9.0
shared_preferences: ^2.2.3
dio: ^5.4.3+1
intl: ^0.19.0
google_fonts: ^6.2.1
#analyzer: ^2.7.0
freezed_annotation: ^2.4.1
Expand All @@ -29,10 +29,11 @@ dependencies:
flutter_svg: ^2.0.10+1
gap: ^3.0.1
# cached_network_image: ^3.2.3
path_provider: ^2.1.2
path_provider: ^2.1.3
file: ^7.0.0
get_it: ^7.6.7
get_it: ^7.7.0
injectable: ^2.4.1
nullx: ^0.1.1

flutter_localizations:
sdk: flutter
Expand All @@ -42,16 +43,16 @@ dev_dependencies:
sdk: flutter
integration_test:
sdk: flutter
build_runner: ^2.4.9
build_runner: ^2.4.10
injectable_generator: ^2.6.1
flutter_gen_runner: ^5.4.0
flutter_gen_runner: ^5.5.0+1
json_serializable: ^6.7.1
#coverage: ^1.1.0
lint: ^2.3.0
mockito: ^5.4.4
#test: ^1.17.9
bloc_test: ^9.1.7
flutter_lints: ^3.0.2
flutter_lints: ^4.0.0
mocktail: ^1.0.3
freezed: ^2.4.7
#dart_code_metrics: ^5.7.5
Expand Down

0 comments on commit 56ec9fe

Please sign in to comment.