PackageTrack
Sign in Get early access

auto_scroll_row

A Flutter widget that automatically and smoothly scrolls a row of items horizontally — marquees, tickers and content sliders.

0.1.0 mustafa-707/auto_scroll_row

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
Release Pre-release

Releases

latest 7
  1. 0.1.0 21 May 2026
    Release notes
    • New velocity parameter — set the scrolling speed intuitively in logical pixels per second (default 50). The old scrollDuration is deprecated but still honored, so existing code keeps working — migration is just replacing scrollDuration: with velocity:.
      • Note: the default speed changed. scrollDuration previously defaulted to an unintuitive 30-minute cycle; the new default is velocity: 50 px/s.
    • Lazy rendering — all three constructors now use a virtualized ListView internally, so only items within the viewport (plus a small cache) are built and laid out. Memory and layout cost no longer scale with itemCount.
    • Modernize the code: library; directive and super.key constructors.
    • Add flutter_lints and an analysis_options.yaml.
    • Raise the minimum Flutter constraint to 3.0.0.
    • Add a pub.dev screenshot and package topics.
    Open source →
  2. 0.0.6 04 Jan 2026
    Release notes
    • add separated builder version.
    • fix issues with nullable items.
    • fix issues with 120hz frame rate.
    Open source →
  3. 0.0.5 20 Apr 2025
    Release notes
    • add pauseDuration with default 3s for pause animation when user scroll.
    Open source →
  4. 0.0.4 19 Apr 2025
    Release notes
    • add reverseAtEnds as default behavior.
    Open source →
  5. 0.0.3 19 Apr 2025
    Release notes
    • add builder version.
    Open source →
  6. 0.0.2 13 Oct 2024
    Release notes
    • update dart version.
    Open source →
  7. 0.0.1 12 Oct 2024
    Release notes
    • release the package.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive