You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
It's happened the following exception at first time scrolling to beginning or end of list.
Steps:
When scroll list is appeared.
Swipe right to scroll to the beginning of list
or Swipe left to scroll to the end of list
Got the following NaN exception
════════ Exception caught by scheduler library ═════════════════════════════════════════════════════
The following UnsupportedError was thrown during a scheduler callback:
Unsupported operation: Infinity or NaN toInt
When the exception was thrown, this was the stack:
#0 double.toInt (dart:core-patch/double.dart:192:36) #1 double.round (dart:core-patch/double.dart:160:34) #2 _PositionedListState._schedulePositionNotificationUpdate. (package:scrollable_positioned_list/src/positioned_list.dart:334:26) #3 SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:1116:15) #4 SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:1063:9)
...
════════════════════════════════════════════════════════════════════════════════════════════════════
mig35, shushper, zahidshaikh08, ivanchaukn, frasker and 3 more