calendar_timeline icon indicating copy to clipboard operation
calendar_timeline copied to clipboard

Flutter widget form select a date in horizontal timeline.

Results 19 calendar_timeline issues
Sort by recently updated
recently updated
newest added

It's useful to handle custom badges over days and have functions called (optionally) when user selects months or years.

![image](https://user-images.githubusercontent.com/5318708/98437962-ef0b6380-20e6-11eb-8a69-14b958663e4d.png)

bug

There is padding issue on RTL layouts package behavior on RTL layouts : ![SCR-20221103-pxg](https://user-images.githubusercontent.com/57481226/199759749-eac2496b-fd1e-45be-a4d8-0cf55a88ecef.png)

Is there any way to show different color for weekend days with current implementation?

enhancement

PR #47 introduce a new variable to tweak the space that widgets took in the screen. In [some widgets](https://github.com/HafzalBZ/custom_calendar_timeline/blob/c94fb86bb4536c03e3d4fe45988232ad8c00b1e2/lib/src/calendar_timeline.dart#L51) it was done as an optional parameter and disabled by default,...

`onDateSelected: (date) => setState(() {}),` setSate does work when i select on the date, but the date does not update in the UI.

![simulator_screenshot_34C144E1-C0CF-4CF3-9139-ABF5F2FABD16](https://user-images.githubusercontent.com/48863334/161405903-6176eae3-cea0-4ac6-9f20-14861b1ddf98.png) Getting this particular issue, on the selected date only.

bug

Is there a way to have the calendar stop at the last day available? If I only have 7 days enabled for example it allows the user to scroll past...

enhancement

Any way to call a function when clicking on month or year (showYear = true).

enhancement

Hello, Like 'activeDayColor' add a parameter to customize active month color. Thank you for your work !

enhancement