text_shimmer 0.0.1
text_shimmer: ^0.0.1 copied to clipboard
A Flutter package for applying a shimmer effect to text with bold spans.
0.0.1 - 2025-08-24 #
Added #
- Initial release of the
text_shimmerpackage. - Introduced
ShimmerTextwidget with a shimmering grey gradient effect over bold text. - Support for all Flutter platforms (Android, iOS, web, macOS, Windows, Linux) using pure Dart.
- Customizable shimmer duration, grey gradient colors, and stops, with default values set to a light-to-dark-to-light grey transition (
0xFFCCCCCC,0xFF404040,0xFFCCCCCC). - Default styling with Poppins ExtraBold font (weight 800) for enhanced boldness, configurable via
styleparameter. - Example app demonstrating usage with the text "Flutter Animate Examples".
- Basic unit test for widget rendering to ensure functionality.