oi-narendra / multiselect-dropdown

Streamlined Flutter widget for versatile multi-selection with extensive customization.
https://pub.dev/packages/multi_dropdown
GNU General Public License v3.0
73 stars 84 forks source link

deselectWhere is giving error #169

Open Abhilash-1998 opened 1 month ago

Abhilash-1998 commented 1 month ago

I am using multi drop down, for example multi drop down. for languages , I select languages , in the below field , I have given a button to remove the selected item , it is creating duplicates in the drop down , and deselect is not working as expected, Found that deselectWhere was not defined for MultiSelectController, making this method unusable.

This is the error I got :

The getter 'deselectWhere' isn't defined for the type 'MultiSelectController'. (Documentation) Try importing the library that defines 'deselectWhere', correcting the name to the name of an existing getter, or defining a getter or field named 'deselectWhere'.