kfiross / flutter_holo_date_picker

A Flutter package of datepicker like Holo Theme in Android
MIT License
61 stars 77 forks source link

overflow error in flutter web #31

Open Surio89 opened 3 years ago

Surio89 commented 3 years ago

im using flutter 2.0.3 browser chrome latest version image

Surio89 commented 3 years ago

horizontal lines are also missing

Surio89 commented 3 years ago

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.

mrtarunsaraswat commented 3 years ago

@Surio89 can you please help how can I remove the gray color which is inside picker ?