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 withchoiceChipLabel
[0.0.8] - 28 Mar 2021
- Added
choiceChipBuilder
to build custom choice chip. - Added
selectedChipTextStyle
,unselectedChipTextStyle
,controlButtonTextStyle
,applyButtonTextStyle
,headerTextStyle
andsearchFieldTextStyle
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 tolistData
-
selectedTextList
changed toselectedListData
-
FilterListWidget
andFilterListDialog
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.
Top comments (1)
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...