Skip to content
Closed
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
15 changes: 4 additions & 11 deletions boring_to_beautiful/step_07/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ packages:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.0"
ffi:
dependency: transitive
description:
Expand Down Expand Up @@ -302,7 +302,7 @@ packages:
name: go_router
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "4.2.2"
google_fonts:
dependency: "direct main"
description:
Expand Down Expand Up @@ -471,13 +471,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.5"
path_to_regexp:
dependency: transitive
description:
name: path_to_regexp
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.0"
platform:
dependency: transitive
description:
Expand Down Expand Up @@ -715,5 +708,5 @@ packages:
source: hosted
version: "3.1.0"
sdks:
dart: ">=2.16.1 <3.0.0"
flutter: ">=2.10.0"
dart: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"
2 changes: 1 addition & 1 deletion boring_to_beautiful/step_07/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
sdk: flutter
flutter_bloc: ^8.0.1
freezed_annotation: ^1.1.0
go_router: ^3.0.1
go_router: ^4.2.2
google_fonts: ^2.3.1
url_launcher: ^6.0.20

Expand Down