- Updates for app dependencies
- Updates for Android gradle & build tools
- Updates for Android native libraries
Fix for autoListing
Added a new parameter [autoListing] which allows the user to display the initial results directly without having to search (in this case it shall display an items <= [maxElementsToDisplay])
Fix for searchItemsWidget implementation + adding it into example code to show how it should be passed
- Added a new parameter [searchItemsWidget] which allows the user to add a custom widget for results listing instead of the default one.
- Now onSearchClear and maxElementsToDisplay are Optional.
Handled some cases with lost widget state
Added Null Safety Support
Updated documentation related to the new onItemTap functionality
Added the functionality to add custom onTap logic when one of the search results is tapped
Updated README.
Fixed a bug where you were not able to search if a search term had a same letter multiple times
Edited description in README to fit Pub's specification
Added more documentation to the README.MD
Added some more fine grain controls to the AutoSearchInput