gradient_text 1.0.2 gradient_text: ^1.0.2 copied to clipboard
A Flutter Widget for displaying Text with a gradient drawn through it. Accepts TextStyle, and TextAlign so it can be used very similarly to a Text widget
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add gradient_text
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
gradient_text: ^1.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:gradient_text/gradient_text.dart';