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

Crashes, when parsing fails for image with is not a network image or something else #50

Closed mariomurrent-softwaresolutions closed 1 year ago

mariomurrent-softwaresolutions commented 1 year ago

https://github.com/sur950/any_link_preview/blob/a47f45237905fd802979d3572ceb75c3dc9726d3/lib/src/helpers/link_preview.dart#L336

If the parsing for the image fails, then no error image is displayed.

sur950 commented 1 year ago

Hi @mariomurrent-softwaresolutions,

This is fixed now and will be available from 3.0.1

mariomurrent-softwaresolutions commented 1 year ago

Awesome thanks