flappy_search_bar_ns 2.0.2 flappy_search_bar_ns: ^2.0.2 copied to clipboard
A SearchBar widget automatizing most of your asynchronous searchs cases.
[1.0.0] - 25/07/2019 #
- Initial Release
[1.1.0] - 25/07/2019 #
- Adding Header, Controller and Styling
This version enable you to ass a Header (Widget that will be placed between SearchBar and ListView. It also gives you the opportunity to have a Controller which is enable to sort or filter the list at any time. Finally, giving a SearchBarStyle, you will be able to change the SearchBar's styling.
[1.1.1] - 25/07/2019 #
- Fixing bug on hot reload and on Controller state
[1.2.0] - 26/07/2019 #
- Future are now cancelled if another request is made and prev was not completed yet
- Increased a little bit the "cancellation" widget click's surface
[1.3.0] - 29/07/2019 #
- SearchBarController is now enable to replay last search
[1.3.1] - 29/07/2019 #
- Fix API replay's method's name
[1.4.0] - 04/10/2019 #
- Add possibility to display items in a Grid
- Possibility to customize the space taken by each individual tile
[1.4.1] - 04/10/2019 #
- Add possibility to customize padding on List, Header and Search bar
[1.5.1] - 14/01/2020 #
- Add callback on cancellation's button click
[1.5.2] - 14/01/2020 #
- Fix README by adding cancellation's callback documentation
[1.6.2] - 15/01/2020 #
- Add possibility to clear everything with the controller
[1.7.2] - 24/01/2020 #
- Change cancellation widget in order to take a
Widget
instead of just aText
to make it more customizable
[2.0.1] - 19/06/2021 #
-
Add Null Safety Support
-
Fix
Future<dynamic>
is not subtype ofFutureOr<dynamic>
[2.0.2] - 20/06/2021 #
- onItemFound Bug Fixed