flutter_calendar_view icon indicating copy to clipboard operation
flutter_calendar_view copied to clipboard

The provided ScrollController is currently attached to more than one ScrollPosition.

Open abdulrehman192 opened this issue 2 years ago • 3 comments

This issue occur when change the date in DayView() and scroll the calendar.

abdulrehman192 avatar Nov 11 '23 08:11 abdulrehman192

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.

alex-dokienko avatar Mar 07 '24 09:03 alex-dokienko

Experiencing the same when using WeekView, version 1.1.0, any known workaround?

prodigel avatar Mar 25 '24 12:03 prodigel

This happened to me

bawantha avatar Jun 05 '24 18:06 bawantha

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!

DiemerCohenStuart avatar Jan 30 '25 21:01 DiemerCohenStuart

To complete @DiemerCohenStuart answer, the bug occurs when calling nextPage or previousPage (=with animation), but does not occur when calling jumpToPage (=without animation).

sperochon avatar Feb 24 '25 11:02 sperochon

Hello everyone, could you please share more details if possible or a minimal reproducible code so we can investigate it further?

rashi-simform avatar May 20 '25 06:05 rashi-simform

Closing this issue for now. Please create a new issue if the issue is still there.

PRBaraiya avatar Jun 18 '25 12:06 PRBaraiya