werner-scholtz / kalender

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

I want to customize each cell. #89

Open JEONCHANGDAE opened 3 months ago

JEONCHANGDAE commented 3 months ago

The package has great features and I am trying to apply it to my project, but it has some limitations

  1. It would be useful to have a function that is called when you touch or long press the cell for each date

  2. I would like to support the ability to select a range by long-pressing a cell with a specific date and dragging it to another cell

werner-scholtz commented 3 months ago

Hi, could you maybe provide a bit more information about this, what view type are you referring to and what are you referring to with cell ?

ChangDaeJeon commented 3 months ago

I hope a function is added so that you can set a date range like the video below.

When the user sets a range, range events will be added for the corresponding period.

thank you!

https://github.com/user-attachments/assets/fe80df34-469c-4b9f-9a4e-e4f99dd286a0

werner-scholtz commented 3 months ago

Hi okay, I can take a look at implementing something like this, will take a while though as I am currently working on re-writing the package see the https://github.com/werner-scholtz/kalender/tree/calendar_rework branch.