DEV Community

Sonu Sharma πŸ’™
Sonu Sharma πŸ’™

Posted on

Flutter Filter list package v.0.06, v.0.07, v.0.08 and v.0.09

filterList is a flutter package which provide utility to search/filter data from provided dynamic list.

Change Logs

[0.0.9] - 01 Apr 2021

  • Migrated to null safety.
  • label is replaced with choiceChipLabel

[0.0.8] - 28 Mar 2021

  • Added choiceChipBuilder to build custom choice chip.
  • Added selectedChipTextStyle, unselectedChipTextStyle, controlButtonTextStyle, applyButtonTextStyle, headerTextStyle and searchFieldTextStyle styles.
  • Removed applyButonTextColor, allResetButonColor, selectedTextColor, unselectedTextColor colors properties.

[0.0.7] - 20 Feb 2021

  • Update Doc

[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.'

Package link:- https://pub.dev/packages/filter_list

Demo App link:- Demo App

Source code:- https://github.com/TheAlphamerc/flutter_plugin_filter_list

Contributing

If you wish to contribute a change to any of the existing features or add new in this repo,
please review our contribution guide,
and send a pull request. I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request.

Oldest comments (1)

Collapse
 
pablonax profile image
Pablo Discobar

wow, that's awesome! I really like it! if you are interested in this topic, then check this article - dev.to/pablonax/free-flutter-templ...