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

Accessibility: Fix font sizing #136

Open gabrc52 opened 3 months ago

gabrc52 commented 3 months ago

This plugin would hardcode the font scaling to 1.0 and this would break the font size for anyone using accessibility settings to use a custom font size/scaling. This PR removes this hardcoding.

Before image

After image

Fixes https://github.com/Cretezy/flutter_linkify/issues/22 Fixes https://github.com/Cretezy/flutter_linkify/issues/135 Fixes https://github.com/krille-chan/fluffychat/issues/537 Fixes https://github.com/krille-chan/fluffychat/issues/488

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.

gabrc52 commented 1 month ago

@Cretezy do you have any update on merging? Please let me know your thoughts.

anushka-mim commented 1 month ago

@Cretezy @gabrc52 Is there any update on this?