ff_drop_down_list 0.0.1 copy "ff_drop_down_list: ^0.0.1" to clipboard
ff_drop_down_list: ^0.0.1 copied to clipboard

A customizable dropdown widget supporting single/multiple selection, integrated search in a bottom sheet, generic support for flexible, type-safe handling of custom data.

0.0.1 #

  • Initial creation of ff_drop_down_list library, forked from drop_down_list library (Mindinventory/drop_down_list).
  • Added searchOnEmpty option to allow the searchDelegate to search on an empty query.
  • Added listSortDelegate option that will be called in the widget initState() as well as after every search.
  • Added onMultipleSelection and onSingleSelection callbacks. When enableMultipleSelection is true, onMultipleSelection is called alongside onSelection. Otherwise, onSelection is called normally with the onSingleSelection being called with a single SelectedListItem (not a list).
  • Added listSelectedTileColor to change the background color of selected items.
  • Restructured the drop down classes to allow for context-aware styling. DropDownStyle and DropDownOptions instead of DropDown for options. DropDown is now used to launch the modal instead of DropDownState.
  • Moved SelectedListItem to the main library file to make usage easier.
  • Renamed style and option parameter names to improve clarity.
  • Updated example project to reflect changes.
  • Updated README to reflect changes.
2
likes
0
points
389
downloads

Publisher

verified publisherandrewmast.com

Weekly Downloads

A customizable dropdown widget supporting single/multiple selection, integrated search in a bottom sheet, generic support for flexible, type-safe handling of custom data.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ff_drop_down_list