File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/go_router_builder Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ a return value. The generated routes also follow this functionality.
169
169
170
170
``` dart
171
171
void _tap() async {
172
- final result = await PersonRoute(pid: 'p1').go (context);
172
+ final result = await PersonRoute(pid: 'p1').push (context);
173
173
}
174
174
```
175
175
@@ -384,4 +384,4 @@ An example is available [here](https://github.com/flutter/packages/blob/main/pac
384
384
385
385
To run unit tests, run command ` dart tool/run_tests.dart ` from ` packages/go_router_builder/ ` .
386
386
387
- To run tests in examples, run ` flutter test ` from ` packages/go_router_builder/example ` .
387
+ To run tests in examples, run ` flutter test ` from ` packages/go_router_builder/example ` .
You can’t perform that action at this time.
0 commit comments