flutter_multiselect
flutter_multiselect copied to clipboard
Flutter package for multi-select UI widget
``` MultiSelect( titleText: 'Select The Options!', validator: (value) { if (value == null) { return 'Please select one or more option(s)'; } return 'Loading...'; }, errorText: 'Please select one or...
I can not find how to change the font style i used on my application. please advise, thankyou.
I have setup it in my project and getting error in console: ``` The library 'package:flutter_multiselect/flutter_multiselect.dart' is legacy, and should not be imported into a null safe library. Try migrating...
Need color change option for selected items text or background color.  for me, text color is showing similar to background color.
when I try to save data, onSaved is not working, I put some prints inside to verify, and is nos executing the function. So I edit the libreary locally and...
Dear All, I've noticed an issue when I call setState inside _onSaved function. Basically, I need to set the selected values in my state. ``` onSaved: (value) { setState(() =>...
I got this error because I have a lot of elements. Can you help me to resolve that ? thanks It seems an error of dart sdk error : "Bad...
please provide option of user defined app bar color also
I'm having an issue where I get an error if the current datasource changes and the previously selected items don't match the new datasource. This behaviour mirrors the standard dropdownbutton...
The bar color comes with blue background, and i am not founding what property a need to change to put my color on it. Can u help me