-
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
Error: Type 'DiagnosticableMixin' not found. class DateTimePickerTheme with DiagnosticableMixin #126
Comments
me too... |
1 similar comment
me too... |
Created a pull request #129 |
me too |
Thanks @yasseralsamman Using the following works meanwhile his PR is merged
|
Beause the DiagnostableMixin is removed, instead Diagnostable |
../../../sdk/flutter/.pub-cache/git/flutter-cupertino-date-picker-eb3a837589e0477b2cb99dad03e9e4fb69fb6dde/lib/src/date_picker.dart:103:34: Error: No named parameter with the name 'shadowThemeOnly'. |
@JAVPHP Your solution only one currently working - also downloaded repo and edited local |
Problem still happening with latest on pub dev, please fix |
The issue is happening in Flutter 1.20 version
Please change DiagnosticableMixin to Diagnosticable
The text was updated successfully, but these errors were encountered: