flutter_parsed_text icon indicating copy to clipboard operation
flutter_parsed_text copied to clipboard

A Flutter package to parse text and make them into linkified text widget

Results 22 flutter_parsed_text issues
Sort by recently updated
recently updated
newest added

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: ![Screenshot_3](https://user-images.githubusercontent.com/8945347/87252684-be3f5880-c47d-11ea-944b-b2902af9f9c6.png) (It detected the first bit, then it stopped, then it detected a bunch...

bug

It may have a function to show more and show less text.

enhancement

I have unicode data i am trying to parse. I have following regex `(?

![image](https://user-images.githubusercontent.com/31249460/123507393-af4db800-d686-11eb-894f-ced38cfe4f75.png) `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...