dylanwuzh / flutter-cupertino-date-picker

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

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

Open qq543237999 opened 3 years ago

qq543237999 commented 3 years ago

flutter_cupertino_date_picker-1.0.26+2/lib/src/date_picker_theme.dart:23:7: Error: The type 'DiagnosticableMixin' can't be mixed in. class DateTimePickerTheme with DiagnosticableMixin { image

TheHussein commented 3 years ago

It's obsolete, someone made a fork that works, add this to your pubspec.yaml instead

dependencies:
  flutter:
    sdk: flutter
  flutter_cupertino_date_picker:
    git:
      url: https://github.com/imshashank/flutter-cupertino-date-picker # Repo
      ref: master # Branch name