flutter_infinite_marquee 2.0.1 copy "flutter_infinite_marquee: ^2.0.1" to clipboard
flutter_infinite_marquee: ^2.0.1 copied to clipboard

Frame-driven, lifecycle-aware marquee with unified speed control and interaction.

2.0.1 #

  • Fix: after hot reload with negative speed, negative viewport could desync causing negative-index items to disappear and scroll gestures to stop. Now the listener is rebound each build to the current negative offset instance.

2.0.0 #

Breaking changes and major improvements:

  • Unified speed API: speed (pixels per second) .
  • Frame-driven scrolling with Ticker for smoother motion across refresh rates.
  • Lifecycle-aware autoplay pause/resume; pauses on user drag and resumes on idle.
  • Recenter offset with item-aligned strategy to avoid floating-point drift.
  • Fixed potential duplicate ViewportOffset listener registrations.

1.0.0 #

  • remove animation, fix click event bug.

0.0.3 #

  • Increase animation transition.

0.0.2 #

  • Document updates.

0.0.1 #

  • Initial release.
15
likes
160
points
3.56k
downloads

Publisher

unverified uploader

Weekly Downloads

Frame-driven, lifecycle-aware marquee with unified speed control and interaction.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_infinite_marquee