sur950 / any_link_preview

A flutter Plugin/Package to show the preview of any web link that starts with HTTP/HTTPS. Mostly useful for application that had chat.
MIT License
73 stars 75 forks source link

Twitter links not working #21

Closed bahaafathi closed 2 years ago

sur950 commented 2 years ago

Hey @bahaafathi

Can you share the link which you see a failure. Also I recommend try with other twitter links & see if it is not working for any of them or just a specific one.

bahaafathi commented 2 years ago

@sur950 I have tried many Twitter links all links are not working even the link in example "https://twitter.com/laravelphp/status/1222535498880692225"

bahaafathi commented 2 years ago
Screen Shot 2022-02-02 at 1 54 38 PM
sur950 commented 2 years ago

Can you please share the output of flutter doctor -v and the package version that you were using.

I recommend to pass proxy URL if you are also using the same in web. However, I will check why this isn't working in mobile.

sur950 commented 2 years ago

Hey @bahaafathi

This issue is resolved in latest version of the package. any_link_preview: ^2.0.5

Feel free to re-open the issue if you still face it.

Cheers, Suresh