Skip to content

Commit

Permalink
veggieseasons: Pin go_router version (#1840)
Browse files Browse the repository at this point in the history
Investigating #1838

---------

Co-authored-by: Brett Morgan <[email protected]>
  • Loading branch information
parlough and domesticmouse committed May 25, 2023
1 parent 599fb9d commit 8d7ac67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions tool/flutter_ci_script_master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ declare -ar PROJECT_NAMES=(
"experimental/federated_plugin/federated_plugin_windows"
"experimental/linting_tool"
"experimental/material_3_demo"
"experimental/pedometer"
"experimental/pedometer/example"
# TODO(DomesticMouse): dart format required
# "experimental/pedometer"
# TODO(DomesticMouse): dart format required
# "experimental/pedometer/example"
"experimental/varfont_shader_puzzle"
"experimental/web_dashboard"
"flutter_maps_firestore"
Expand Down
6 changes: 4 additions & 2 deletions veggieseasons/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ dependencies:
intl: ^0.18.0
provider: ^6.0.1
shared_preferences: ^2.0.14
window_size:
window_size:
git:
url: https://github.com/google/flutter-desktop-embedding
path: plugins/window_size
go_router: ^7.0.0
# TODO: https://github.com/flutter/samples/issues/1838
# go_router ^7.1.0 is breaking the state restoration tests
go_router: 7.0.2

dev_dependencies:
analysis_defaults:
Expand Down

0 comments on commit 8d7ac67

Please sign in to comment.