dooboolab-community / flutter_calendar_carousel

Calendar widget for flutter that is swipeable horizontally. This widget can help you build your own calendar widget highly customizable.
MIT License
837 stars 307 forks source link

Flutter FlatButton is deprecated #309

Closed saoudsalih closed 2 years ago

saoudsalih commented 2 years ago

flutter_calendar_carousel: ^2.2.0

../../../.pub-cache/hosted/pub.dartlang.org/flutter_calendar_carousel-2.2.0/lib/flutter_calendar_carousel.dart:483:16: Error: The method 'FlatButton' isn't defined for the class '_CalendarState'.

matthewrice345 commented 2 years ago

I'm running into the same issue. Check out the flutter channel master and the FlatButton has been removed now.

matthewrice345 commented 2 years ago

PR: https://github.com/dooboolab/flutter_calendar_carousel/pull/310