Skip to content

Commit b6f6e91

Browse files
committed
Bump go_router minor version
1 parent e3a0f33 commit b6f6e91

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

packages/go_router_builder/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To use `go_router_builder`, you need to have the following dependencies in
88
```yaml
99
dependencies:
1010
# ...along with your other dependencies
11-
go_router: ^16.0.0
11+
go_router: ^16.2.0
1212

1313
dev_dependencies:
1414
# ...along with your other dev-dependencies
@@ -462,9 +462,7 @@ Define a relative route by extending `RelativeGoRouteData`.
462462

463463
<?code-excerpt "example/lib/readme_excerpts.dart (relativeRoute)"?>
464464
```dart
465-
@TypedRelativeGoRoute<DetailsRoute>(
466-
path: 'details',
467-
)
465+
@TypedRelativeGoRoute<DetailsRoute>(path: 'details')
468466
class DetailsRoute extends RelativeGoRouteData with _$DetailsRoute {
469467
const DetailsRoute();
470468

packages/go_router_builder/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
collection: ^1.15.0
1010
flutter:
1111
sdk: flutter
12-
go_router: ^16.1.1
12+
go_router: ^16.2.0
1313
provider: 6.0.5
1414

1515
dev_dependencies:

packages/go_router_builder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dev_dependencies:
2626
dart_style: '>=2.3.7 <4.0.0'
2727
flutter:
2828
sdk: flutter
29-
go_router: ^16.1.1
29+
go_router: ^16.2.0
3030
leak_tracker_flutter_testing: ">=3.0.0"
3131
package_config: ^2.1.1
3232
pub_semver: ^2.1.5

0 commit comments

Comments
 (0)