Cretezy / flutter_linkify

Turns text URLs and emails into clickable inline links in text for Flutter
https://pub.dartlang.org/packages/flutter_linkify
MIT License
263 stars 99 forks source link

Could not launch LinkElement #86

Closed didielf closed 3 years ago

didielf commented 3 years ago

Using exactly the same code from the exampele Exception has occurred. "Could not launch LinkElement: 'https://cretezy.com' (cretezy.com)"

seems that canLaunch(link.url) fails. The link will launch without using the canLaunch

Cretezy commented 3 years ago

This would be a problem url_launcher, not this package.

Please refer to url_launcher's documentation on this