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
262 stars 99 forks source link

linkStyle replaced by linkStyleBuilder #134

Open mtrfnvwork opened 3 months ago

mtrfnvwork commented 3 months ago

This allows to set TextStyle depends on the type of the link. For example, for URL you can use blue color with underline and for phone numbers you can use the primary color of your application

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.