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

fix: flutter 3.0 upgrade #315

Closed alandotic closed 2 years ago

alandotic commented 2 years ago

The class 'WidgetsBinding' cannot be null. Try replacing '?.' with '.'

hyochan commented 2 years ago

Then this looks like flutter v2 issue?

https://github.com/dooboolab/flutter_calendar_carousel/issues/312

hyochan commented 2 years ago

@thearithchhie What flutter version are you using?

alandotic commented 2 years ago

Then this looks like flutter v2 issue?

312

yes, running package version 2.3.1 with flutter v2 will cause #312 , since https://github.com/flutter/flutter/pull/89451#issue-988108018

alandotic commented 2 years ago

fix for #314

hyochan commented 2 years ago

We should tell that from 2.4.0, it is compatible with flutter v3