DEV Community

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

Posted on

Flutter Filter list package v1.0.0 released on pub.dev πŸŽ‰

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

Change Logs

[1.0.0] 21 May 2021

  • Improved visual customization. Including remove custom function.
  • Added below arguments to improve the customization and make it translatable.
    • allButtonText
    • applyButtonText
    • resetButtonText
    • selectedItemsText
  • Added buttonRadius button border radius argument.
  • Added controlContainerDecoration action buttons box decoration argument.
  • Added buttonSpacing button spacing argument.
  • Added validateRemoveItem custom remove function that returns the selected list items filtered by the user conditions.
  • Added insetPadding dialog padding argument.
  • Added wrapAlignment argument to control the choice chips alignment in main axis.
  • Added wrapCrossAxisAlignment argument to control choice chip within a run should be aligned relative to each other in the cross axis.
  • Added wrapSpacing argument to control the space to place between choice chip in a run in the main axis.

Package link:- Pub.dev

Demo App link:- Demo App

Source code:- Github Repo

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)

Collapse
 
pablonax profile image
Pablo Discobar

hey, cool job! if you are interested in this topic, then check this article - dev.to/pablonax/free-flutter-templ...
I'm sure you'll like it, dude!