iamvivekkaushik / DatePickerTimelineFlutter

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

Adding support for List of Month in Timeline #30

Open tanmaypandharipande opened 4 years ago

tanmaypandharipande commented 4 years ago

By passing the parameter as

timelineType: TimelineType.MONTH yearTextStyle: YourTextStyleIfNeeded

and considering the same daysCount parameter, user will now be able to see the list of months according to daysCount keeping rest functionality normal.

jesselpereira commented 1 year ago

Please, complete this pr. It's a good feature.