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
72 stars 72 forks source link

Preview function aren't working with ZOZOTOWN URL #51

Open hashikami opened 1 year ago

hashikami commented 1 year ago

I'm trying to open a ZOZOTOWN preview but it doesn't work.

My code

AnyLinkPreview(
       link: "https://zozo.jp/shop/futierlandandsasa/goods-sale/46114752/?did=75805438&rid=1093",
)

I can view the preview correctly on other sites, but this link does not show the preview. Please advise!

sur950 commented 1 year ago

Hi @hashikami

I will check this & will add a fix in upcoming releases. As of 3.0.1, It is not available

sur950 commented 4 months ago

Hi,

any_link_preview: ^3.0.2 is Live now.

Give it a try with the latest version & let me know if you face any issues.