Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent text altering for hyperlinks #121

Open
Shubham-VE opened this issue Jun 2, 2023 · 0 comments
Open

Prevent text altering for hyperlinks #121

Shubham-VE opened this issue Jun 2, 2023 · 0 comments

Comments

@Shubham-VE
Copy link

I am using Linkify to parse user messages but when user enters text like

https://pub.dev/packages/flutter_linkify
http://example.com
Dummy text: www.google.com google.com

the http(s):// part is removed and the text is converted to

pub.dev/packages/flutter_linkify
example.com
Dummy text: www.google.com google.com

And on disabling humanize:

https://pub.dev/packages/flutter_linkify
http://example.com
Dummy text: https://www.google.com  https://google.com

I want the text to look as it is, that is, to not add or remove anything from the links and pass it directly to onOpen callback so if needed we can add chacks from our own side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant