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

The DecoratedText widget allows you to style and interact with different parts of a text string based on predefined rules. It's versatile, easy-to-use, and can handle different scenarios such as match [...]

[1.0.14] - Update package dependencies #

  • Update README and package description
  • Add new example for matching emojis
  • Update package dependencies

[1.0.12] - Add email RegExp #

  • Add DecoratorRule.email

[1.0.11] - Fix cursor (web) #

  • Fix cursor (web)

[1.0.10] - Fix loose url RegExp #

  • Fix loose url RegExp

[1.0.8] - Fix web #

  • fix web support

[1.0.6] - New feature, fixes #

  • add removeMatchingCharacters to DecoratorRule.between
  • fix default regexp when using characters like *

[1.0.5] - leading and trailing builder #

  • add leading and trailing builder

[1.0.4] - add transform match #

  • add transformMatch to DecoratorRule
  • add humanize and removeWww options to DecoratorRule.url

[1.0.3] - add new rules, selectable text #

  • add DecoratorRule.startsWith
  • add DecoratorRule.between
  • add support for selectable text

[1.0.2] - add DecoratorRule.words #

  • add DecoratorRule.words to match multiple words

[1.0.1] - add parameters to DecoratorRule.url and DecoratorRule.word #

  • add looseUrl param to DecoratorRule.url
  • add caseSensitive param to DecoratorRule.word

[1.0.0] - initial release #

  • initial release
55
likes
140
points
734
downloads

Publisher

verified publishergabdsg.com

Weekly Downloads

The DecoratedText widget allows you to style and interact with different parts of a text string based on predefined rules. It's versatile, easy-to-use, and can handle different scenarios such as matching specific words, phrases, or patterns, allowing you to style the matched text differently.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter

More

Packages that depend on flutter_decorated_text