flutter_holo_date_picker
flutter_holo_date_picker copied to clipboard
overflow error in flutter web
im using flutter 2.0.3
browser chrome latest version

horizontal lines are also missing
i depends on the browser size
i think
SizedBox(width: MediaQuery.of(context).size.width * 0.02),
in date_picker_widget.dart is responsible for that behavior.
@Surio89 can you please help how can I remove the gray color which is inside picker ?