DEV Community

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

Posted on

1

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.

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top 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...

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay