flutter_calendar_view icon indicating copy to clipboard operation
flutter_calendar_view copied to clipboard

ScrollController is scrolling parent

Open martinpelli opened this issue 8 months ago • 0 comments

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.

martinpelli avatar Dec 21 '23 13:12 martinpelli