felangel / felangel/flow_builder
Back to the previous page and i want this page just still remain, something simple like "Navigator.pop" in Nav 1.0
- Dominant language
- Dart
- Stars
- 416
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I usually struggle with situations like this.
I had a searching view with a bunch of options and filters. I do search with those options, the results just appear, i can scroll a little bit and chose the right item which i looking for, click on this item to reveal more detail on another page ... then i go back. All i want is the searching page is remain, with the same options and filter even the position of items in list view.
So i had to store all those options, filter, and search it all again through API (or store the last results in State). it's frustrated for me when i simply just use "Navigatior.pop" in Nav 1.0.
Please correct me if there is actually a way to back previous page as simple as Navigator.pop or any trick.
Or can you make a feature like this? It very useful
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.