Manish Dayma

Results 2 comments of Manish Dayma

try this package with null safety https://pub.dev/packages/buttons_flutter

I am using multi select here is code of my widget. ``` Container( margin: EdgeInsets.only( top: 20.h, left: 10.w, right: 10.w, ), padding: EdgeInsets.zero, color: primaryColor.withAlpha(20), child: SmartSelect.multiple( title: 'Employees',...