dylanwuzh / flutter-cupertino-date-picker

Flutter cupertino style date picker.
Apache License 2.0
362 stars 417 forks source link

Updated diagnosticable #136

Open arbyazra123 opened 3 years ago

arbyazra123 commented 3 years ago

Updated diagnosticableMixin to diagnosticable

hcaz commented 3 years ago

This works perfectly and should be merged in with a new build on the pub store. Anybody who needs it before then can add to dependency_overrides in their pubspec.yaml

dependency_overrides:
  flutter_cupertino_date_picker: #https://github.com/dylanwuzh/flutter-cupertino-date-picker/pull/136 Updated diagnosticable
    git:
      url: https://github.com/arbyazra123/flutter-cupertino-date-picker.git
      ref: updatedDiagnosticable
prafgup commented 3 years ago

@dylanwuzh Please merge this