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
When i give initialScrollIndex as digit it scroll but give an error !
initialScrollIndex: 5,
══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
The following assertion was thrown building LayoutBuilder:
'package:scrollable_positioned_list/src/positioned_list.dart': Failed assertion: line 49 pos 16:
'(positionedIndex == 0) || (positionedIndex < itemCount)': is not true.
The relevant error-causing widget was:
LayoutBuilder
LayoutBuilder:file:///home/mevlut/.pub-cache/hosted/pub.dev/scrollable_positioned_list-0.3.8/lib/src/scrollable_positioned_list.dart:408:12
When i pass value from list count it don't scroll. It show first item and no error.
When i give initialScrollIndex as digit it scroll but give an error !
initialScrollIndex: 5,
art:ui/platform_dispatcher.dart:338:5)
#84 _drawFrame (dart:ui/hooks.dart:112:31)
(elided 2 frames from class _AssertionError)
The text was updated successfully, but these errors were encountered: