iamvivekkaushik / DatePickerTimelineFlutter

Flutter Date Picker Library that provides a calendar as a horizontal timeline
Apache License 2.0
282 stars 198 forks source link

Compatibly with flutter 2.0 #49

Closed marwenbk closed 3 years ago

marwenbk commented 3 years ago

Because every version of flutter_localizations from sdk depends on intl 0.17.0 and date_picker_timeline 1.2.1 depends on intl ^0.16.0, flutter_localizations from sdk is incompatible with date_picker_timeline 1.2.1.

iamvivekkaushik commented 3 years ago

Thanks for the pull request. You can use the latest version of the package which is now compatible with Flutter 2.0 and Null Safety.