yungzhu / flutter_link_preview

This is a Flutter URL preview plugin for Flutter that previews the content of a URL
MIT License
69 stars 63 forks source link

Not able to generate preview for valid short url #16

Open SatyamKr07 opened 3 years ago

SatyamKr07 commented 3 years ago

I am not able to generate preview for google forms short url. Note: Original long url works fine but after converting it into short url, I am not able to get preview.

I also checked the link on WhatsApp and I am able to see the preview and thus link is valid.

sample code: FlutterLinkPreview( url: "https://forms.gle/tKgJm9A3kLrrje4j6", titleStyle: TextStyle( color: Colors.blue, fontWeight: FontWeight.bold, ), )