First view/route/screen to be the same as showsearch/showdelegate
11 views
Skip to first unread message
Daniel Legut
unread,
Feb 28, 2020, 12:55:20 AM2/28/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flutter Development (flutter-dev)
I want to get an example app put together where the first view/route/screen is a search bar at the top and would just like to use showsearch in combination with searchdelegate as a first homepage without the back button. Any thoughts on how I could maybe achieve this? or atleast fake/mock this? I would be fine with the original appbar on the homepage being pretty much 1 to 1 mimic of showsearch/searchdelegate. The problem with doing it directly is that showsearch returns a future and showsearch/searchdelegate are not widgets. Any thoughts?