werner-scholtz / kalender

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

UX issue when creating event. #79

Open NobleO11 opened 4 months ago

NobleO11 commented 4 months ago

Hello, there is a small issue with the MonthView. user now has to tap on a specific small area compared to the whole day grid.

please check following screenshot :

Screenshot (33)

in empty days that has no events i will have to tap on a small area as shown in the screenshot above in red,

I think this is a big UX issue, I think if you could make the whole day clickable it would be perfect

werner-scholtz commented 4 months ago

Hi this will be fixed in the next release, it is a major overhaul of the package, I have not had any spare time to work on the package recently but I will get to it.

NobleO11 commented 4 months ago

thank you so much.

werner-scholtz commented 3 months ago

Just a rough idea for how to fix this: The plan is to get rid of the scroll-able view inside each week and to replace it with something similar to what google calendar does. So once the events do not fit into the vertically space a button is placed at the bottom of the space, once clicked a overlay is displayed with the hidden events.

NobleO11 commented 3 months ago

yes this is good, a button to be shown when a day is empty will do the job