The provided ScrollController is currently attached to more than one ScrollPosition.
This issue occur when change the date in DayView() and scroll the calendar.
start getting it when I updated to 1.1.0 and in weekview calendar still rendered and scrolled fine but become not-clickable, for DayView seems working fine, also when I downgrade to 1.0.4, weekview working fine again.
Experiencing the same when using WeekView, version 1.1.0, any known workaround?
This happened to me
Running into the same issue. It seems to happen while you are scrolling and want to change to the next page at the same time. If you wait for the scrolling to stop, you can go to the next or former page without problems. What is the current status of this bug? (I am using version 1.4.0) Thanks!
To complete @DiemerCohenStuart answer, the bug occurs when calling nextPage or previousPage (=with animation), but does not occur when calling jumpToPage (=without animation).
Hello everyone, could you please share more details if possible or a minimal reproducible code so we can investigate it further?
Closing this issue for now. Please create a new issue if the issue is still there.