Closed tan-yaka closed 4 years ago
is a problem related for flutter 1.17.* changes? because it's working good on beta 1.15.17
Must be because it was building fine for me with the previous beta. I'll have a look at the changelog when I get a chance
Looks like Diagnosticable is now a mixin:
https://github.com/flutter/flutter/issues/50498
Suggested fix:
https://github.com/dylanwuzh/flutter-cupertino-date-picker/pull/86
Thank you very much! Update with the fix will uploaded soon.
On latest beta 1.17.0
class DateTimePickerTheme extends Diagnosticable
should be
class DateTimePickerTheme with Diagnosticable