Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zuulu opened this issue Aug 10, 2020 · 6 comments · May be fixed by #124
Open

Comments

@zuulu
Copy link

zuulu commented Aug 10, 2020

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
Copy link

mzl1988 commented Aug 10, 2020

image

@WilliamBz12
Copy link

i have the same problem :(

@huanlirui
Copy link

huanlirui commented Aug 13, 2020

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

@duongvanquyet
Copy link

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

@zuulu
Copy link
Author

zuulu commented Aug 21, 2020

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

@zuulu
Copy link
Author

zuulu commented Aug 21, 2020

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants