timetable icon indicating copy to clipboard operation
timetable copied to clipboard

📅 Customizable flutter calendar widget including day and week views

Results 48 timetable issues
Sort by recently updated
recently updated
newest added

using the **dateController.animateToPage** is smooth in scrolling horizontally while dragging the event but using the **timeController.animateTo** to scroll vertically has a slow and weird behavior while dragging ... any help,...

T: Fix

During development one could encounter having a date with is an invalid time table date. I think that an date is none UTC conform is probably the most likely reason....

T: feat

Prev version of the package had the ability to specify min cell height. New package version forces you to provide min duration. With various screen sizes this type of config...

T: feat

At the moment the functionality to convert a Offset to the appropriate DateTime when dragging Events (using `PartDayDraggableEvent`) is not exposed, `_DragInfos` is private. It would be beneficial to expose...

T: feat

Hi, I've installed the package as per the document, it works well but I'm getting a notification in the console as described below: ``` ════════ Exception caught by rendering library...

T: Fix

When I am switching to the timetable screen, the width of the WeekIndicator changes. The change happens once, every time I change to this screen. It goes from full WeekIndicator...

T: Fix

## pub.dev ❌ ![image](https://user-images.githubusercontent.com/24459435/155528599-9ec71dd6-297b-41c4-8457-28ca5d1866b0.png) ## GitHub ✅ ![image](https://user-images.githubusercontent.com/24459435/155528705-b1e3e03e-b2ba-4266-82c1-76412913176b.png)

I plan to revise the layout and theming possibilities of this package, mainly with the following goals in mind: - **flexibility:** Make it possible to choose between different layouts: -...

T: Feat

First off, great library! I know it's possible to drag events around but is it possible to drag on empty slots to create an event? Or even drag on empty...

T: Feat

How to detect when page completely changes? For example to get a callback not after you just begin with swiping, nor when you release a press while swiping, but when...