text_shimmer 0.0.1 copy "text_shimmer: ^0.0.1" to clipboard
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_shimmer package.
  • Introduced ShimmerText widget 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 style parameter.
  • Example app demonstrating usage with the text "Flutter Animate Examples".
  • Basic unit test for widget rendering to ensure functionality.
0
likes
150
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for applying a shimmer effect to text with bold spans.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on text_shimmer