- Make EasyRichTextPattern constructor const
- migrate textScaleFactor to TextScaler
- nested EasyRichTextPattern
- Add prefixInlineSpan and suffixInlineSpan
- Implement multiLine and dotAll
- Add all attributes of selectable text and null safety
- Use Text.rich
- Fix iOS phone url issue
- Remove print statements from production code
- WhatsApp Like Text Formatter
- minor bug fixes
- fix splitPositions sort problem
- targetString list
- Support null safety
- Added matchBuilder option in EasyRichTextPattern
- Special characters
- Update readme
- matchOption
- Special characters in targetString
- Update pattern
- Format codes
- Integrated with url_launcher
- Support GestureRecognizer
- Support stringAfterTarget
- Support Arabic Character
- Support Chinese
- Format document
- Selectable text and regular expression support
- Superscript and subscript using Transform.translate
- Add case sensitivity option
- Update readme
- Update readme
- Use List instead of Map<String, TextStyle>
- Update readme
- Initial EasyRichText release.
- draft