auto_scroll_row
A Flutter widget that automatically and smoothly scrolls a row of items horizontally — marquees, tickers and content sliders.
What this package is like to depend on
Last release 3 months ago
21 May 2026
Ships on a steady schedule
a new release about every 6 months
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
7 releases · first in 2024
2 releases in the last 12 months
see the full history below
Release timeline
7 releases · Oct 2024 to May 2026
2025
2026
Releases
latest 7-
0.1.021 May 2026Release notes
Open source →- New
velocityparameter — set the scrolling speed intuitively in logical pixels per second (default50). The oldscrollDurationis deprecated but still honored, so existing code keeps working — migration is just replacingscrollDuration:withvelocity:.- Note: the default speed changed.
scrollDurationpreviously defaulted to an unintuitive 30-minute cycle; the new default isvelocity: 50px/s.
- Note: the default speed changed.
- Lazy rendering — all three constructors now use a virtualized
ListViewinternally, so only items within the viewport (plus a small cache) are built and laid out. Memory and layout cost no longer scale withitemCount. - Modernize the code:
library;directive andsuper.keyconstructors. - Add
flutter_lintsand ananalysis_options.yaml. - Raise the minimum Flutter constraint to 3.0.0.
- Add a pub.dev screenshot and package topics.
- New
-
0.0.604 Jan 2026Release notes
Open source →- add separated builder version.
- fix issues with nullable items.
- fix issues with 120hz frame rate.
-
0.0.520 Apr 2025 -
0.0.419 Apr 2025 -
0.0.319 Apr 2025 -
0.0.213 Oct 2024 -
0.0.112 Oct 2024