flutter_decorated_text 1.0.4
flutter_decorated_text: ^1.0.4 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.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