filter_list 0.0.6 copy "filter_list: ^0.0.6" to clipboard
filter_list: ^0.0.6 copied to clipboard

outdated

filterList is a flutter package created to filter data from list of dynamic items.

[0.0.6] - 20 Feb 2021 #

  • Convert filter list package to generic list filter package
  • allTextList changed to listData
  • selectedTextList changed to selectedListData
  • FilterListWidget and FilterListDialog can filter any type if list
  • Added validateSelectedItem callback to validate which item needs to be selected
  • Added onItemSearch callback to expose search mechanism on user side to filter list.'

[0.0.5] - 22 Sep 2020 #

  • Add FilterListWidget widget.
  • FilterList.showFilterList is renamed to FilterListDialog.display
  • Add onApplyButtonClick callback to return selected text list from FilterListDialog.display.

[0.0.4] - 05 Mar 2020 #

  • Added pop-up Corner Radius property
  • Added ripple effect on control button.

[0.0.3] - 02 Mar 2020 #

  • Added pop-up height

  • Added pop-up width

  • Added header hide option

  • Added search field hide option

  • Added cross icon hide option

[0.0.2] - 02 Mar 2020 #

  • Added filter pop-up theme customization

[0.0.1] - 02 Mar 2020 #

  • Filter list functionality added
  • Return selected list of text
387
likes
0
pub points
95%
popularity

Publisher

unverified uploader

filterList is a flutter package created to filter data from list of dynamic items.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on filter_list