dylanwuzh / flutter-cupertino-date-picker

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

Compile failing with Flutter 1.20.0 • channel beta because mixin DiagnosticableMixin not found #123

Open zuulu opened 4 years ago

zuulu commented 4 years ago

The DiagnosticableMixin mixin used at this line is not found at compile time. After changing it with Diagnoticable it was able to compile successfully. Please take a look at the possibility to apply this change in a new version of the plugin.

mzl1988 commented 4 years ago

image

WilliamBz12 commented 4 years ago

i have the same problem :(

huanlirui commented 4 years ago

flutter_cupertino_date_picker: git: url: https://github.com/huanlirui/flutter-cupertino-date-picker ref: master

duongvanquyet commented 4 years ago

i have the same problem, too :( How to fix :((

zuulu commented 4 years ago

@huanlirui Thank you for the fix However we can't see new version published on pub.dev, could you check it please.

zuulu commented 4 years ago

@duongvanquyet Hope new version will be published soon Meanwhile, what you can do is (supposing you are using vscode as editor) : go to the Problems tab, click on

DiagnosticableMixin not found

and replace it with Diagnosticable.