flutter_parsed_text
flutter_parsed_text copied to clipboard
A Flutter package to parse text and make them into linkified text widget
thanks for the great project, hope you can add see more or less according to max length,
I add a MatchText to ParsedText's parse. but I want copy it. but cant't copy text from renderWidget. ``` return MatchText( pattern: TextEntity.emoPattern.pattern, renderWidget: ({text, pattern}) { Widget child =...
#46 :- add new param for toolbar options (for selectable text) - fix param textScaleFactor not working for selectable rich text
- Param `toolbarOptions` is missing - Param `textScaleFactor` is not working for selectable rich text
Email parsing is not working for email such as **[email protected]** It consider abc.xyz as webpage url and [email protected] as email address
I think this will be awesome to use with the expand_widget for very long text. For now, it forces the display of complete long text, how about customizing to use...
Trying to parse [a URL with a `,` in it](https://www.google.com/maps/place/San+Francisco,+CA,+USA/@37.7576948,-122.4726194,13z/data=!3m1!4b1!4m5!3m4!1s0x80859a6d00690021:0x4a501367f076adff!8m2!3d37.7749295!4d-122.4194155) can mess it up pretty bad:  (It detected the first bit, then it stopped, then it detected a bunch...
I have unicode data i am trying to parse. I have following regex `(?
 `onTap` function is marked as nullable, but `!` null check operator is used on it, which results in an error in one of my apps. If this is a...