auto_text_bouncer 0.1.0
auto_text_bouncer: ^0.1.0 copied to clipboard
A Flutter package for creating auto-scrolling text with bouncing effect.
Changelog #
0.1.0 - 2025-05-06 #
Added #
- Initial release of Auto Text Bouncer
- Support for both horizontal and vertical text scrolling
- Customizable scroll speed
- Configurable rest time between scrolls
- Text style customization
- Smooth bouncing animation
- Example app with various use cases
Features #
- Horizontal scrolling using
AutoScrollTextpackage - Vertical scrolling with custom implementation
- Speed control for both directions
- Rest time configuration
- Text style customization
- Responsive to different text lengths
- Theme support
Technical Details #
- Built with Flutter
- Uses
auto_scroll_textpackage for horizontal scrolling - Custom implementation for vertical scrolling
- Efficient animation handling
- Proper state management
- Memory leak prevention