dylanwuzh / flutter-cupertino-date-picker

Flutter cupertino style date picker.
Apache License 2.0
363 stars 416 forks source link

with DiagnosticableMixin #153

Open banhuazhan opened 3 years ago

banhuazhan commented 3 years ago

flutter 1.22.6 报错Error: Type 'DiagnosticableMixin' not found. class DateTimePickerTheme with DiagnosticableMixin {

sgelves commented 3 years ago

You should've migrate to flutter_cupertino_datetime_picker. That solved the problem to me, I found the solution in another thread #152.