auto_scroll 0.2.0 copy "auto_scroll: ^0.2.0" to clipboard
auto_scroll: ^0.2.0 copied to clipboard

A flexible auto-scrolling widget for Flutter.

0.2.0 #

  • Require Dart 3
  • Allow using children of any type, not just ScrollView
  • Breaking: Add a scrollAxis parameter in AutoScroller. Vertical by default.

0.1.0 #

  • Initial release