dylanwuzh / flutter-cupertino-date-picker

Flutter cupertino style date picker.
Apache License 2.0
362 stars 417 forks source link

Confirmed: Works well on Flutter Web #67

Open atebitftw opened 4 years ago

atebitftw commented 4 years ago

No major issues on flutter web so far. Nice work.

atebitftw commented 4 years ago

okay one issue, but I think this is more to do with flutter web than your widget. when using the mouse scroll wheel, the scroll event is too coarse and unable to scroll "one by one". In other words, if I am on day 15 and I try to scroll to day 14, it only scrolls to day 13 or 12.

So for web it's unusable at this point. Still a good widget though.