flutter_marquee_plus 2.0.0
flutter_marquee_plus: ^2.0.0 copied to clipboard
A lightweight Flutter marquee that auto-scrolls on overflow, with optional force scrolling and fine-grained animation control.
Changelog #
2.0.0 #
- Added vertical marquee scrolling support.
- Introduced force scroll mode to allow continuous scrolling even when content fits the container.
- Added cross-axis alignment support (start, center, end).
- Implemented acceleration and deceleration for smoother and more natural scrolling animations.
- Added pause after each scroll cycle for improved readability.
- Improved overflow detection logic for more accurate auto-scroll behavior.
- Refactored internal animation and scrolling logic for better performance and stability.
- Updated README documentation with multiple feature-specific demos and examples.
- Replaced demo visuals with new and improved GIFs.
1.0.4 #
- Replaced demo GIF with a newer version.
- Updated example code in README.
- Minor documentation improvements.
1.0.3 #
- Replaced demo GIF with an updated version.
- Updated README to reflect the new demo and minor documentation improvements.
1.0.2 #
- Added demo GIF to showcase marquee behavior visually.
- Updated README with embedded demo and improved usage instructions.
- Minor updates to example app labels and comments.
1.0.1 #
- Reformatted code and improved internal structure.
1.0.0 #
- Initial release of flutter_marquee_plus.
- Added customizable marquee widget with velocity, spacing and curve support.