DatePickerTimelineFlutter icon indicating copy to clipboard operation
DatePickerTimelineFlutter copied to clipboard

Flutter Date Picker Library that provides a calendar as a horizontal timeline

Results 47 DatePickerTimelineFlutter issues
Sort by recently updated
recently updated
newest added

Is it possible to pick type of the time? for example. type.daily / type.weekly / type.monthly

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...

this PR will add new constructor to display a predefined list of date. example: ``` DatePicker.fromList( [ DateTime(2020, 1, 1), DateTime(2020, 2, 1), DateTime(2020, 3, 1), DateTime(2020, 4, 1), DateTime(2020,...

Hi, I have make changes to the code where a user can mark day as today for today's date. Also user can dynamically set font size, font family & font...

Is it possible for you to add a Persian calendar option to it? Example for a simple Persian calendar: https://pub.dev/packages/persian_datepicker#-readme-tab-

Hello, I just discovered the package https://pub.dev/packages/fading_edge_scrollview and I love it. I propose an option to use it in your fabulous widget. I tried to implement it without complexify maintenance....

This should have probably been inside PR #12...

**Describe the bug** I am trying to create a calendar, initializing with `DateTime.now().add(Duration(days: -7))` , but it is focusing on the first date and not the current date. **Expected behavior**...

Currently we can deactivate a list of datetimes, how can we deactivate all the future dates from next month? How can I achieve it in this plugin? if not possible...