- Initial Release
- 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.
- Fixing bug on hot reload and on Controller state
- 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
- SearchBarController is now enable to replay last search
- Fix API replay's method's name
- Add possibility to display items in a Grid
- Possibility to customize the space taken by each individual tile
- Add possibility to customize padding on List, Header and Search bar
- Add callback on cancellation's button click
- Fix README by adding cancellation's callback documentation
- Add possibility to clear everything with the controller
- Change cancellation widget in order to take a
Widget
instead of just aText
to make it more customizable