Skip to content
Closed
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
[go_router_builder] Fix typo in README.md
  • Loading branch information
riscait committed Jul 17, 2024
commit 35ffc924b7c7832140d391bfc17d9af283bdd5df
4 changes: 2 additions & 2 deletions packages/go_router_builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ a return value. The generated routes also follow this functionality.

```dart
void _tap() async {
final result = await PersonRoute(pid: 'p1').go(context);
final result = await PersonRoute(pid: 'p1').push(context);
}
```

Expand Down Expand Up @@ -384,4 +384,4 @@ An example is available [here](https://github.com/flutter/packages/blob/main/pac

To run unit tests, run command `dart tool/run_tests.dart` from `packages/go_router_builder/`.

To run tests in examples, run `flutter test` from `packages/go_router_builder/example`.
To run tests in examples, run `flutter test` from `packages/go_router_builder/example`.