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

Use bodyText2 only if there's no style passed in parameters #96

Closed Tumist76 closed 1 year ago

Tumist76 commented 2 years ago

Use of bodyText2 as a base style every time had led to some inconsistencies in text rendering in our case. I made bodyText2 usage conditional - only when there's no style passed.

Furthermore, I've added more granular control over MouseRegion usage as it may be not necessary in some cases and added more problems to text rendering when using Text.rich().

CLAassistant commented 2 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: Tumist76
:x: Cretezy
You have signed the CLA already but the status is still pending? Let us recheck it.