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

Widget overlapping below the linkify widget #52

Open sivaram16 opened 4 years ago

sivaram16 commented 4 years ago

Hi, i am facing a issue like, whatever the widget we are built below linkify widget its getting overlapping at bottom as you can see the snap below :

I have wrapped linkify with container to demonstrate the issue with a red colour. btw its long text

IMG_20200717_192031

Widget tree snap here :

image

could you guys help me out ? thanks in advance

Chralu commented 3 years ago

Hi,

I'm having the same issue with flutter_linkify 4.0.2.

Thanks for that great widget though :)

Cretezy commented 3 years ago

Please provide a full code example