Open krishnakumarcn opened 4 years ago
Is it possible for you to provide me an animated GIF of the situation you're describing ?
I'm not sure if this feature is already there or not.
This is not a normal use case though,
So in the screenshot below, there are like 11 event occuring for the timeframe 7pm to 8pm.
If the number of events are say 3 or 4 or less than that, the width of the single event card can hold some or most of the title text which is meaningful to the end user.
But in this case, the card width got reduced in order to accomodate all the 11 events on the same row.
So fixing the minimum card width at 1/4th of the screen width or to some custom value and then if the contents cant fit in, then a horizontal scroll is what I'm expecting/proposing. (If this is already there, sorry. I couldn't make it work😐)
In fact, this is the intended behavior. And it's not possible to expand the widget to place all events with a width of, let's say, screen width / 4
, because of the Week View widget.
The Week View consists of multiple Day Views of the same width. So if one Day View spans, then the others will not have the same width, and some serious problems will occur (scrolling, positioning, ...).
Currently, the card width for an event item -FlutterWeekViewEvent, is getting reduced as the number of events colliding on the same time increases.
Is there any way to control this behavior or a horizontal scroll is possible keeping the standard width for event item?