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

Error: Type 'DiagnosticableMixin' not found. class DateTimePickerTheme with DiagnosticableMixin #126

Open
ravitejaavv opened this issue Aug 27, 2020 · 10 comments

Comments

@ravitejaavv
Copy link

The issue is happening in Flutter 1.20 version

Please change DiagnosticableMixin to Diagnosticable

@David-Oreo
Copy link

me too...

1 similar comment
@suchengyong
Copy link

me too...

@yasseralsamman
Copy link

Created a pull request #129

@mahidul-islam
Copy link

me too

@sam0829
Copy link

sam0829 commented Sep 17, 2020

Thanks @yasseralsamman Using the following works meanwhile his PR is merged

flutter_cupertino_date_picker:
    git: https://github.com/yasseralsamman/flutter-cupertino-date-picker.git

@mupiaomiao
Copy link

Beause the DiagnostableMixin is removed, instead Diagnostable

@JAVPHP
Copy link

JAVPHP commented May 22, 2021

../../../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'.
theme: Theme.of(context, shadowThemeOnly: true),

@JAVPHP
Copy link

JAVPHP commented May 22, 2021

image

@fly-qp
Copy link

fly-qp commented May 31, 2021

@JAVPHP Your solution only one currently working - also downloaded repo and edited local
NEEDS TO BE FIXED!!

@shababhsiddique
Copy link

Problem still happening with latest on pub dev, please fix

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

No branches or pull requests

10 participants