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.
text_shimmer #
A Flutter package that adds a shimmering grey gradient effect to bold text, using the Poppins ExtraBold font for enhanced visual impact. Supports all Flutter platforms (Android, iOS, web, macOS, Windows, Linux) with pure Dart implementation.
Description #
The text_shimmer package provides the ShimmerText widget, which applies a smooth, animated grey gradient shimmer over bold text. Ideal for highlighting titles, headlines, or any text that needs a dynamic, eye-catching effect. The shimmer effect is customizable, allowing adjustments to duration, gradient colors, and stops, with a default grey-to-dark-grey transition.
Preview #
Usage #
Installation #
Add text_shimmer to your pubspec.yaml file:
dependencies:
text_shimmer: ^0.1.0