fade_text 1.0.0 copy "fade_text: ^1.0.0" to clipboard
fade_text: ^1.0.0 copied to clipboard

A Flutter widget that renders text with a smooth horizontal fade (gradient mask) at the leading and/or trailing edge.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fade_text

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

dependencies:
  fade_text: ^1.0.0

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:fade_text/fade_text.dart';
5
likes
160
points
112
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter widget that renders text with a smooth horizontal fade (gradient mask) at the leading and/or trailing edge.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on fade_text