ianldgs / material_search

https://pub.dartlang.org/packages/material_search
MIT License
75 stars 39 forks source link

How to navigate forth and back without losing searched text #36

Closed jagdishjadeja closed 5 years ago

jagdishjadeja commented 6 years ago

I want to search something when search page show similar item then i want to navigate to new screen with selected search result when i press back i want to go back to search page instead of main screen with searched text on search bar and then again able click on another search result. any suggestion on how can i do it ?

ianldgs commented 6 years ago

There is currently no way of doing this. It could be implemented as a new option, something like persistent: true

jagdishjadeja commented 6 years ago

Thanks for help