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

[new] `AnyLinkPreview.builder` to use itemBuilder and build custom wi… #34

Closed LeGoffMael closed 2 years ago

LeGoffMael commented 2 years ago

This PR add a new AnyLinkPreview.builder constructor to provide an itemBuilder function (similar to ListView, GridView, ...). The purpose is to allow more customization on how to render the preview.

I updated the example to show how to use it. See below for flutter.dev preview :

sur950 commented 2 years ago

Hi @LeGoffMael

PR seems good to me. I am merging this to main branch, will include this in the coming release.

Thanks for the contribution.