material_search icon indicating copy to clipboard operation
material_search copied to clipboard

Allow multiple search patterns

Open ianldgs opened this issue 6 years ago • 1 comments

  • [ ] Plug-n-play AppBar IconButton action, like the BackButton

Youtube-like:

  • [ ] Display recent searches when the input is empty.
  • [x] Display selectable suggestions, but let the user submit a search without selecting one. (#15)
  • [ ] Let the user click a call_made, icon, wrapped with a RotatedBox to fill the input with the suggestion

Whatsapp-like:

  • [ ] Change the appbar to an input, and let the user type.
  • [ ] Try to hide flexibleSpace if present.
  • [ ] Emit an event (constructor option) when the user types.

Keep Current Behaviors

  • [ ] Try to not introduce a breaking change to the API

ianldgs avatar Apr 23 '18 15:04 ianldgs

Display selectable suggestions, but let the user submit a search without selecting one.

I have just created a pull request that adds a callback for onSubmit, it's optional and has no impact on current API

ebeem avatar May 09 '18 20:05 ebeem