Skip to content

Get.arguments doesn't work with nested navigation #1390

Answered by euriasb
euriasb asked this question in Q&A
Discussion options

You must be logged in to vote

Not surprisingly, as soon as I asked I found the answer, if anyone has the same issue, you need to add an observer to your Navigator, i.e.

Navigator(
  ...
  observers: [GetObserver(null, Get.routing)],
);

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by euriasb
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants