This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
Returning result when navigate #311
Hoang-Nguyenn
started this conversation in
General
Replies: 1 comment 2 replies
-
Check out these docs: https://gorouter.dev/user-input |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team, do we have returning result when navigate like Navigation 1.0 ?
Example : final bool canDelete = await Navigator.pushNamed("confirmScreen");
Navigator.pop(context,true);
Beta Was this translation helpful? Give feedback.
All reactions