You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Since using Navigator.pop() goes back in the flow, it would be nice if this remains consistent even when the flow only has one page. I would expect popping the last page to complete the flow.
Having the above functionality makes nesting FlowBuilders very convenient.
Sorry for offtop, but what is the right way to do nested FlowBuilders?
In the example from @alestiagoFlowBuilders are actually nested, but in the examples from the repository Navigator.of(context).push(...) is used to begin some flow. The last one looks like a mix of declarative and imperative approaches, which does not seem quite right.
Is there any cons to the approach that @alestiago uses?
Is your feature request related to a problem? Please describe.
Since using Navigator.pop() goes back in the flow, it would be nice if this remains consistent even when the flow only has one page. I would expect popping the last page to complete the flow.
Having the above functionality makes nesting FlowBuilders very convenient.
Example
Describe the solution you'd like
I would like to have some logic that makes the flow complete whenever the last page of the flow is popped.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: