-
Notifications
You must be signed in to change notification settings - Fork 2
feat: Let pop dismiss flow #86
Copy link
Copy link
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestpkg:kaiselThe kaisel Flutter packageThe kaisel Flutter package
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestpkg:kaiselThe kaisel Flutter packageThe kaisel Flutter package
Just ran into an issue where I have a page that can be the start of a flow, or pushed as a regular page.
When ran as a flow,
context.pop()doesn't work.Would it make sense for
context.pop()to attemptdismissFlow()if popping the first page in a flow?