regexed_text 0.0.6 copy "regexed_text: ^0.0.6" to clipboard
regexed_text: ^0.0.6 copied to clipboard

This package extends the Text widget to provide additional functionality for highlighting text that matches a given list of patterns.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add regexed_text

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

dependencies:
  regexed_text: ^0.0.6

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:regexed_text/regexed_text.dart';
20
likes
160
pub points
53%
popularity

Publisher

verified publisherelriztechnology.com

This package extends the Text widget to provide additional functionality for highlighting text that matches a given list of patterns.

Repository (GitHub)
View/report issues

Topics

#regular-expression #highlight #text #text-style #link

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on regexed_text