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

textAlign: TextAlign.center only works for urls #81

Open oliverbytes opened 3 years ago

oliverbytes commented 3 years ago
Linkify(
    text:
        "Lorem ipsum, or lipsum as it is sometimes known, is dummy text used in laying out print, graphic or web designs. https://google.com test",
  )

only https://google.com test will be centered