flutter_infinite_marquee 2.0.1
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
Tickerfor 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
ViewportOffsetlistener 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.