flutter_parsed_text 2.2.1 copy "flutter_parsed_text: ^2.2.1" to clipboard
flutter_parsed_text: ^2.2.1 copied to clipboard

A Flutter package to parse text and make them into multiple Flutter Text widget.

2.2.1 #

  • 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.

2.2.0 #

  • 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

2.1.1 #

  • Add dash to the ParsedType.URL match

2.1.0 #

2.0.0 #

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
271
likes
150
points
254k
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to parse text and make them into multiple Flutter Text widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_parsed_text