mytooyo / board_datetime_picker

Picker to select date and time for Flutter. It is both a calendar and a picker, offering a variety of options as a package.
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

Break when building #39

Closed Xebache closed 3 months ago

Xebache commented 3 months ago

Hi there,

I really like your date picker. Unfortunately, it is broken when trying to build and deploy... Works fine in debug. I even tried to build and deploy your example, thinking i was doing something bad, the result is a gray screen... Any idea ?

mytooyo commented 3 months ago

@Xebache Thank you for the feedback. A bug was found that caused type checking to fail in Web release mode. Fix type checking to be done only in debug mode.

Please try v1.6.9