flutter_decorated_text 2.2.0 copy "flutter_decorated_text: ^2.2.0" to clipboard
flutter_decorated_text: ^2.2.0 copied to clipboard

A widget to style and interact with parts of a text based on rules. Match words, phrases, or patterns and apply custom styles or actions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_decorated_text

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

dependencies:
  flutter_decorated_text: ^2.2.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:flutter_decorated_text/flutter_decorated_text.dart';
59
likes
155
points
315
downloads

Documentation

API reference

Publisher

verified publishergabdsg.com

Weekly Downloads

A widget to style and interact with parts of a text based on rules. Match words, phrases, or patterns and apply custom styles or actions.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, flutter

More

Packages that depend on flutter_decorated_text