flutter_decorated_text 1.0.8
flutter_decorated_text: ^1.0.8 copied to clipboard
Set different rules to the DecoratedText widget to style differently what each rule matches. Add onTap callback to rules and get the matching text
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