scrollable_text 0.0.3
scrollable_text: ^0.0.3 copied to clipboard
A Flutter package that provides a widget for automatically scrolling text, similar to the scrolling song names seen in music players. This package allows you to customize the scrolling speed and text [...]
0.0.3 #
CHANGELOG.md #
# Changelog
## 0.0.3
- Added `ScrollableTextMode` to support different scrolling modes (endless and bouncing).
- Introduced `FadeBorderSide` and `FadeBorderVisibility` enums for border fading control.
- Added support for selectable text.
- Enhanced customization with additional parameters such as `intervalSpaces`, `delayBefore`, and `pauseBetween`.
- New `ScrollableText` widget with customizable scrolling speed and text style.
- Support for null safety and multiple platforms (Windows, macOS, Linux, Android, iOS).
### Fixed
- Documentation and README improvements and Bugfixes.
## 0.0.2
- Added `ScrollableTextMode` to support different scrolling modes (endless and bouncing).
- Introduced `FadeBorderSide` and `FadeBorderVisibility` enums for border fading control.
- Added support for selectable text.
- Enhanced customization with additional parameters such as `intervalSpaces`, `delayBefore`, and `pauseBetween`.
- New `ScrollableText` widget with customizable scrolling speed and text style.
- Support for null safety and multiple platforms (Windows, macOS, Linux, Android, iOS).
## 0.0.1
- Initial release with basic scrolling text functionality.
- Customizable text style and scrolling speed.