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

A Flutter package providing easy-to-use text widgets with beautiful visual effects including gradients, shadows, and outlines. Create stunning text with GradientText, ShadowText, and StrokeText widget [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add textkit

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

dependencies:
  textkit: ^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:textkit/core/effect.dart';
import 'package:textkit/core/text_builder.dart';
import 'package:textkit/effects/gradient.dart';
import 'package:textkit/effects/outline.dart';
import 'package:textkit/effects/shadow.dart';
import 'package:textkit/text_kit.dart';
4
likes
150
points
95
downloads

Publisher

verified publisherflutterengine.com

Weekly Downloads

A Flutter package providing easy-to-use text widgets with beautiful visual effects including gradients, shadows, and outlines. Create stunning text with GradientText, ShadowText, and StrokeText widgets for modern Flutter applications.

Repository (GitHub)
View/report issues

Topics

#flutter-textkit #text-effects #gradient-text #shadow-text #outline-stroke-text

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on textkit