text_gradient_widget 1.0.1 copy "text_gradient_widget: ^1.0.1" to clipboard
text_gradient_widget: ^1.0.1 copied to clipboard

A Flutter widget for rendering text with linear and radial gradient effects, supporting 8 directions, custom stops, and full text styling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add text_gradient_widget

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  text_gradient_widget: ^1.0.1

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:text_gradient_widget/text_gradient_widget.dart';
6
likes
160
points
0
downloads

Documentation

API reference

Publisher

verified publisherammaross.duckdns.org

Weekly Downloads

A Flutter widget for rendering text with linear and radial gradient effects, supporting 8 directions, custom stops, and full text styling.

Repository (GitHub)
View/report issues

Topics

#gradient #text #widget #ui #custom-widget

License

MIT (license)

Dependencies

flutter

More

Packages that depend on text_gradient_widget