rodydavis / floating_search_bar

Floating Search Bar like Gmail for Flutter
https://rodydavis.github.io/floating_search_bar/
MIT License
32 stars 27 forks source link

Provide empty state builder #6

Open juliocbcotta opened 4 years ago

juliocbcotta commented 4 years ago

When the list is empty it should be possible to show a widget with a message to the user to change the search criteria.

rodydavis commented 4 years ago

You can do that if you use the sliver floatingbar. Would you mind making a PR? I would love to take a look at what you propose

juliocbcotta commented 4 years ago

Sadly I am not able to create such PR.