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

link preview error on using medium.com url #38

Closed SatyamKr07 closed 1 year ago

SatyamKr07 commented 2 years ago

I am getting the below error on using this url - "https://medium.com/flutter-community/a-visual-guide-to-input-decorations-for-flutter-textfield-706cf1877e25" and thus link preview is not shown.

error msg: I/flutter (25921): Error while retrieving cache data => type 'Null' is not a subtype of type 'String'

jl-insiders commented 1 year ago

Look like this header is causing this page preview not to work. 'User-Agent': 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'

jerrypaulsam commented 1 year ago

Any solution to this issue?