werner-scholtz / kalender

An elegantly crafted Flutter calendar UI package.
MIT License
107 stars 29 forks source link

Auto-scroll when dragging events #75

Open aa-adibashraf opened 6 months ago

aa-adibashraf commented 6 months ago

Hi, it would be very helpful if there was an option to enable auto-scrolling when dragging events close to the edge of the page. Enabling support for custom ScrollControllers would also help in achieving this.

werner-scholtz commented 6 months ago

Hi yes it is in the works, currently on the calendar_rework branch

werner-scholtz commented 6 months ago

Short clip of the progress Screencast from 17-05-2024 07:29:20.webm

aa-adibashraf commented 6 months ago

Looks like it's coming along really well! I see you're also dragging & dropping from another widget. Does this also mean that the feature to drag & drop a 'CalendarEvent' from a non CalendarView is implemented?

werner-scholtz commented 6 months ago

Yes it is implemented :D

aa-adibashraf commented 6 months ago

Amazing! Can't wait to try it out.