DatePickerTimelineFlutter
DatePickerTimelineFlutter copied to clipboard
Flutter Date Picker Library that provides a calendar as a horizontal timeline
Hello, Can we change the unselected color for the card ? I want to make it white, but it seems the default color is transparent Thank you
I was wondering if we can add a button and on tap that button can make the selected date back to Today's date? Or if this feature is already available?...
I tested your package, I like that design very much. But when I test the package on a small device. It's showing a overflowed error. So I hope you can...
Multiple date selection feature should be added in this so that can user can select multiple dates at a time.Thanks
Hi, I'd like to make it so that if you have a timeline with 7 days, selected date is always in the middle (fourth day), and you slide left/right between...
I can change the font of the unselected date but how to change the font size of the 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,...
Allows an external widget to control the date selected (in my case I needed this to implement a calendar where the user can select future dates, and the interaction with...
This PR adds 2 methods to controller - getCurrentDate and SetCurrentDate. These allow external widgets to set state of DatePicker. But more proper solution is to implement standard state management....