Aleksander Woźniak
Aleksander Woźniak
Looks like the text is too long and doesn't fit. You could try changing the TextStyle to make it take less space or adjust the `dowTextFormatter` to use a different...
Duplicate of #76
You can use `outsideBuilder` for this.
You can use `cellMargin` for that: ```dart calendarStyle: CalendarStyle( cellPadding: EdgeInsets.zero, cellMargin: EdgeInsets.zero, ), ```
What part of localization would you want to disable? Calendar expansion/collapse by swiping is already there.
If you are asking about the timetable portion of your screenshot, then it's something out of the scope of this package. You can use it to make the top portion...
You need to detect this while it happens and rebuild the widget with updated values.
It should already expand only when swiping in one direction and collapse only when swiping in the other direction. Can you submit a short video with enabled taps that shows...