aleksanderwozniak / table_calendar

Highly customizable, feature-packed calendar widget for Flutter
Apache License 2.0
1.82k stars 998 forks source link

Disable format change animation #843

Closed heslegend closed 9 months ago

heslegend commented 9 months ago

The original calendar does not allow to disable the format change animation. When switching between CalendarFormat.week and CalendarFormat.month in the bottom off a SliverAppBar there were overflows because the animation of the format change was happening to slow. When trying to set the animation duration to 0ms, the framework would warn with flutter: A RenderAnimatedSize was mutated in its own performLayout implementation.

Fixing this by disabling the format animation entirely.

heslegend commented 9 months ago

Closed because I wanted to merge this into my private fork.