DatePickerTimelineFlutter
DatePickerTimelineFlutter copied to clipboard
feat: added date time sequence and shape option for a selected date
Hi @iamvivekkaushik,
I have added 2 optional parameters, dateSequence
and selectedDateShape
dateSequence
: Using this, we can customize the order of the date-time. Currently, the only option we have is month, date, day.
selectedDateShape
: Using this, the shape of the selected date can be modified.
https://user-images.githubusercontent.com/38358260/126459905-f9866486-c35e-4797-aed3-c4395a56c444.mov
This was the error in the last of the video
Let me know if any change is required