flutter_parsed_text 2.0.0 flutter_parsed_text: ^2.0.0 copied to clipboard
A Flutter package to parse text and make them into multiple Flutter Text widget.
[2.0.0] #
- Migrates to dart null-safety
[1.2.5] #
- Fixed an issue where not passing
onTap
for MatchText would result in an error.
[1.2.4] #
-
Add option to make text selectable
-
Add onTap callback
[1.2.3] #
- ParsedType enum added and fixed a issue where a space was added after the parsed text.
[1.2.2] #
- Regex Options added as parameter
[1.2.1] #
- Empty List as default value for parse
[1.2.0] #
- Key added & In build types inproved & Changed how text parsing works
[1.1.2] #
- README.md updated
[1.1.1] #
- README.md updated
[1.1.0] #
- Replace Text Widget with RichText Widget
[1.0.0] #
- Initial Release