async_searchable_dropdown 0.0.8+5 async_searchable_dropdown: ^0.0.8+5 copied to clipboard
This Flutter package helps create a dropdown which it's items are fetched upon search.
Changelog #
0.0.8+5 #
- Improve initial value handling.
0.0.7+4 #
- Improve results list UI
0.0.6+3 #
- Fix option view alignment for rtl direction
0.0.6+2 #
- 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.