flutter_decorated_text 2.0.2
flutter_decorated_text: ^2.0.2 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 [...]
2.0.1 Add match parameter to builder function #
- Add match parameter to builder function
2.0.0 Updated for flutter 3.0 #
- Update for flutter 3.0
- Add custom builder for rules
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