smaho-engineering / weekday_selector

Flutter package for adding simple weekday selectors to your apps.
https://pub.dev/packages/weekday_selector
BSD 3-Clause "New" or "Revised" License
39 stars 26 forks source link

Heads up on Flutter Master - Breaking changes #3

Closed dupiesdupreez closed 4 years ago

dupiesdupreez commented 4 years ago

Just a heads up on the Flutter master branch, the weekday selector breaks.

image

vincevargadev commented 4 years ago

Thank you for the heads-up. I think in this case, updating the weekday selector package will resolve your issue.

Can you please update the package to the latest version? We fixed the Diagnosticable vs DiagnosticableMixin issues there already (see changelog for more info).

https://github.com/smaho-engineering/weekday_selector/blob/master/lib/src/weekday_selector_theme.dart#L22

dupiesdupreez commented 4 years ago

Perfect thank you