-
Given the following routes (using go router):
When the user navigates to the Any ideas as to how I could implement this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For modals, you will probably want tow wrap the modal in https://api.flutter.dev/flutter/material/showAdaptiveDialog.html or a similar Cupterinto/Material variant, and pass in a For sheets, you probably want to call https://pub.dev/documentation/forui/latest/forui.widgets.sheet/showFSheet.html, and pass in a |
Beta Was this translation helpful? Give feedback.
Thanks, I was able to get this working well – here's what I ended up with: