Muhammad Sufyan Malik

Results 4 comments of Muhammad Sufyan Malik

Just, Run Flutter Clean, Flutter pub get then command for changing launcher icon. It solves my problem.

did you guys face this issue for ios side, ? https://github.com/aissat/easy_localization/issues/381

> Hello, > > Can you post example code? I'm assuming you're talking about removing an item from the list of selected items in the onTap of the chipDisplay? >...

final List _selectedValues = []; ``` MultiSelectDialogField( initialValue: _selectedValues, buttonIcon: Icon( Icons.arrow_drop_down, color: primaryBlue, ), selectedColor: primaryBlue, selectedItemsTextStyle: TextStyle(color: whiteColor), decoration: BoxDecoration( borderRadius: BorderRadius.circular(4), border: Border.all( color: primaryBlue, width: 1,...