filterlist icon indicating copy to clipboard operation
filterlist copied to clipboard

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

Results 20 filterlist issues
Sort by recently updated
recently updated
newest added

**Added a additional property for ChoiceChip in ThemeData.** Recently facing a problem of white background Color noise around ChoiceChip. This is easy to solve by passing a CanvasColor in its...

at initstate I've done to add selectedlistdate but when i clicked the filter list, the filterlistdelegate not giving the checklist. ![image](https://user-images.githubusercontent.com/75978848/159110222-03f12fa7-dfbf-4fba-938f-d5f1defc1a58.png) am i wrong to write below code ? ![image](https://user-images.githubusercontent.com/75978848/159110123-40ba4f78-0b49-49f9-b07e-47f779909933.png)...

**Describe the bug** A clear and concise description of what the bug is. ```dart await FilterListDialog.display( this, listData: data, choiceChipLabel: (T? data) => titleBuilder?.call(data), validateSelectedItem: selectedDataValidator, onItemSearch: (T data, String...

**Describe the bug** Failed to compile this library on macos (m1) Monterey 12.0.1 Here are the errors I get when I use this library, but when I comment out the...

is there anything to do to change the title on apply button FilterListDelegate.show... ![image](https://user-images.githubusercontent.com/75978848/152739706-5ecdbd2f-6123-4d42-b61e-950f7aa6b9e9.png) based on that pict, it's only available to change applybuttonstyle, how to change applybuttontitle ? also...

**Describe the bug** When you use the search textfield to filter the list, if you reach a dead end and your keyword doesn't correspond to items. You then have to...

** Is your feature request related to a problem? Please describe. Currently, the library lacks efficient support for handling large datasets or long lists, leading to potential performance issues and...

Add 3 custom parameters: header Widget, onReset/0 method, onSelected/2 method to solve the problem of external components calling operation FilterState data https://github.com/imboy-pub/imboy-flutter/blob/main/lib/page/user_tag/user_tag_relation/user_tag_relation_view.dart Usage is as follows: ``` import 'package:filter_list/filter_list.dart'; //...

**Describe the bug** In FilterListDelegate mode, when I select the item, the item that is not visible is already selected (usually on the 2nd attempt). however when i click on...

How do I trigger the removeSelectedItem(item) method in a sibling of the FilterListWidget component on the same page and refresh the FilterListWidget ``` textfield_tags: ^2.0.2 #filter_list: ^1.0.2 filter_list: path: plugin/flutter_plugin_filter_list...