-
Notifications
You must be signed in to change notification settings - Fork 417
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
Comments
i have the same problem :( |
flutter_cupertino_date_picker: |
i have the same problem, too :( How to fix :(( |
@huanlirui Thank you for the fix |
@duongvanquyet Hope new version will be published soon
and replace it with |
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.
The text was updated successfully, but these errors were encountered: