Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,10 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: eff94d2a6fc79fa8b811dde79c7549808c2346037ee107a1121b4a644c745f2a
sha256: "7974313e217a7771557add6ff2238acb63f635317c35fa590d348fb238f00896"
url: "https://pub.dev"
source: hosted
version: "17.0.1"
version: "17.1.0"
graphs:
dependency: transitive
description:
Expand Down Expand Up @@ -812,4 +812,4 @@ packages:
version: "3.1.3"
sdks:
dart: ">=3.10.7 <4.0.0"
flutter: "3.38.7"
flutter: ">=3.38.7"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
flutter_bloc: ^9.1.1
flutter_localizations:
sdk: flutter
go_router: ^17.0.0
go_router: ^17.1.0
intl: ^0.20.2
chopper: ^8.0.3 # swagger generator
json_annotation: ^4.9.0 # swagger generator
Expand Down
Loading