scroll_loop_auto_scroll icon indicating copy to clipboard operation
scroll_loop_auto_scroll copied to clipboard

This widget automatically scrolls the custom child widget to an infinite loop.

Results 5 scroll_loop_auto_scroll issues
Sort by recently updated
recently updated
newest added

This should fix this error I was getting: ``` [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: 'package:flutter/src/widgets/scroll_controller.dart': Failed assertion: line 105 pos 12: '_positions.isNotEmpty': ScrollController not attached to any scroll views. scroll_controller.dart:105 #0 _AssertionError._doThrowNew...

This would scroll three times faster ``` Text('Very long text that bleeds out of the rendering space, Very long text that bleeds out of the rendering space, Very long text...

When the data in the list changes, for example, the scrolling speed of the list will become faster and faster. You cannot start scrolling again. You want to add a...

i have widget build from list can this plug in handle

E/flutter ( 5030): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: 'package:flutter/src/widgets/scroll_controller.dart': Failed assertion: line 157 pos 12: '_positions.isNotEmpty': ScrollController not attached to any scroll views. E/flutter ( 5030): #0 _AssertionError._doThrowNew (dart:core-patch/errors_patch.dart:50:61) E/flutter ( 5030):...