Skip to content

Commit 22fd549

Browse files
authored
fix: update go_router to ^16 (#132)
* chore: updated go_router to ^16 * fix: allow CI/CD-pipeline for tests to run on forks
1 parent 8a7d15b commit 22fd549

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
flutter-tests:
2121
name: Test Flutter ${{ matrix.flutter_version }} on ${{ matrix.os }}
2222
runs-on: ${{ matrix.os }}
23-
if: github.repository == 'flutter/games'
2423
strategy:
2524
fail-fast: false
2625
matrix:

samples/ads/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
sdk: flutter
1515

1616
audioplayers: ^6.0.0
17-
go_router: ^15.1.2
17+
go_router: ^16.0.0
1818
google_mobile_ads: ^6.0.0
1919
logging: ^1.2.0
2020
provider: ^6.1.2

samples/multiplayer/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
audioplayers: ^6.0.0
1818
cloud_firestore: ^5.6.9
1919
firebase_core: ^3.14.0
20-
go_router: ^15.2.0
20+
go_router: ^16.0.0
2121
logging: ^1.2.0
2222
provider: ^6.1.2
2323
shared_preferences: ^2.2.3

templates/basic/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
sdk: flutter
1515

1616
audioplayers: ^6.0.0
17-
go_router: ^15.0.0
17+
go_router: ^16.0.0
1818
logging: ^1.2.0
1919
provider: ^6.1.2
2020
shared_preferences: ^2.2.3

templates/card/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515

1616
async: ^2.11.0
1717
audioplayers: ^6.0.0
18-
go_router: ^15.2.0
18+
go_router: ^16.0.0
1919
logging: ^1.2.0
2020
provider: ^6.1.2
2121
shared_preferences: ^2.2.3

templates/endless_runner/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616

1717
audioplayers: ^6.0.0
1818
flame_audio: ^2.10.2
19-
go_router: ^15.2.0
19+
go_router: ^16.0.0
2020
provider: ^6.1.2
2121
shared_preferences: ^2.2.3
2222
nes_ui: ^0.24.1

0 commit comments

Comments
 (0)