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

Please add support for flutter web #36

Closed MoacirSchmidt closed 4 years ago

MoacirSchmidt commented 4 years ago

Please add support for flutter web

(link's are not clickable in flutter web)

Cretezy commented 4 years ago

Works for me. I've updated the example to include a web example.

Make sure you are using the latest dev/master Flutter version. SelectableText was broken until this week.

Can you provide a sample of code that you are using?

Edit: It does seem like some types of links (mail) doesn't work. Also, cursor hover doesn't show the correct cursor. Will look into this.

Edit 2: Doesn't seem like hover is possible for now. Will work with upstream Flutter to see if this can be added

Cretezy commented 4 years ago

Closing for now as this seems to be working as expected.