flutter_calendar_view
flutter_calendar_view copied to clipboard
ScrollController is scrolling parent
If you use DayView Widget inside a SingleChildScrollView, and you use a key to control the DayView scroll, like this: dayViewKey.currentState?.jumpToEvent(initEvent)
, this is scrolling not only the DayView Widget but also the parent which in my case is SingleChildScrollView and there is no way to fix this.