flutter_search_bar 1.0.4 flutter_search_bar: ^1.0.4 copied to clipboard
A (mostly) automatic search bar inside an AppBar for flutter
Changelog #
1.0.4 #
- Add support for controller in the TextField
1.0.3 #
- Fix an issue where calling
Navigator.pop
methods insideonSubmitted
would cause a NPE and throw a really gnarly error that doesn't even print to console.
1.0.2 #
- Fix an issue where a null backgroundColor in appBar caused a white back button. Also, change to
flutter_search_bar
because I'm a genius and locked myself out ofsearch_bar
until I buy gapps forspencer@frozor.io
.
1.0.1 #
- Compile documentation, whoops.
1.0.0 #
- Initial version