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

Widget borders #1

Closed ingmferrer closed 3 years ago

ingmferrer commented 3 years ago

Hello, I want to remove the widget borders (rounded, color, padding... so no borders at all). Is there anything to achieve this?

Everything else is good.

sur950 commented 3 years ago

Hi @ingmferrer

Thanks for using the package. Yes, it can be achieved. Right now, I am busy other tasks. It takes a week for me to release new version.

sur950 commented 3 years ago

Hi @ingmferrer

I have given the control to user regarding colour, border radius, box shadow. (We had no borders in the UI)

backgroundColor is the param you need to use for colour related changes.

Screenshot 2021-02-26 at 11 59 18 AM
ingmferrer commented 3 years ago

Thank you