async_searchable_dropdown 0.0.6+1 async_searchable_dropdown: ^0.0.6+1 copied to clipboard
This Flutter package helps create a dropdown which it's items are fetched upon search.
Changelog #
0.0.6+1 #
- Update readme file.
- Added the ability to change loading indicator size (default is 20).
0.0.6 #
Breaking #
- Remove labelText, labelTextStyle, hintText, backgroundDecoration, leadingIcon, dropDownIcon, dropDownIconSize, dropDownIconColor in favor of more customizable InputDecoration class.
0.0.4+3 #
Initial release.