- Fixes the issue where having an empty list of parse (MatchText) or not being able to find the mapping for the pattern lead the widget to crash.
- Removed regexOptions property from MatchText and now comes with a global regexOptions property for ParsedText Widget.
- Changed the internals of the ParsedText widget, it now works similar to flutter_mentions
- This also fixes issue #11
- Add dash to the ParsedType.URL match
- Added support for Inline widgets. Thanks to - @angelosilvestre
- Migrates to dart null-safety. Thanks to - @josh-burton
- Fixed an issue where not passing
onTap
for MatchText would result in an error.
-
Add option to make text selectable
-
Add onTap callback
- ParsedType enum added and fixed a issue where a space was added after the parsed text.
- Regex Options added as parameter
- Empty List as default value for parse
- Key added & In build types inproved & Changed how text parsing works
- README.md updated
- README.md updated
- Replace Text Widget with RichText Widget
- Initial Release