Replies: 3 comments 3 replies
-
hopefully these docs answer that question: https://gorouter.dev/navigator-integration |
Beta Was this translation helpful? Give feedback.
-
Thank you for providing example. Yes, the Navigator.push example did the trick, but it seems it's the only way how I can use results in previous page. GoRouter example doesn't seem to provide |
Beta Was this translation helpful? Give feedback.
-
You don't need that call to |
Beta Was this translation helpful? Give feedback.
-
I started to migrate Navigator 1.0 to this package, but I stumbled with this issue. In 1.0 you get Future<T?> after pushed screen is poped with
onPressed: () async {final results = await Navigator.pushNamed(
. How do you achieve this with GoRouter?Beta Was this translation helpful? Give feedback.
All reactions