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.
-
labelis replaced withchoiceChipLabel
[0.0.8] - 28 Mar 2021
- Added
choiceChipBuilderto build custom choice chip. - Added
selectedChipTextStyle,unselectedChipTextStyle,controlButtonTextStyle,applyButtonTextStyle,headerTextStyleandsearchFieldTextStylestyles. - Removed
applyButonTextColor,allResetButonColor,selectedTextColor,unselectedTextColorcolors properties.
[0.0.7] - 20 Feb 2021
- Update Doc
[0.0.6] - 20 Feb 2021
- Convert filter list package to generic list filter package
-
allTextListchanged tolistData -
selectedTextListchanged toselectedListData -
FilterListWidgetandFilterListDialogcan filter any type if list - Added
validateSelectedItemcallback to validate which item needs to be selected - Added
onItemSearchcallback 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...