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
269 stars 101 forks source link

Parameter "textScaleFactor" is not handled in SelectableLinkify #69

Closed deacon78 closed 1 year ago

deacon78 commented 3 years ago

Hello

I have tested with Linkify, and the parameter "textScaleFactor" is handled.

This is not the case with SelectableLinkify.

Could you please correct it ?

P.S : Your package is great.