flyerhq / flutter_link_previewer

Customizable link and URL preview extracted from the provided text with the ability to render from the cache. Ideal for chat applications.
MIT License
72 stars 75 forks source link

fix: padding application in the widget #11

Closed saileshbro closed 3 years ago

saileshbro commented 3 years ago

Hey, @flyerhq I have made the following changes in the padding. #10 I am attaching the screenshot for the padding with different padding values applied from the ListPreview constructor.

  LinkPreview(
    ...
    padding: const EdgeInsets.all(20),
    ...
  )

No padding provided const EdgeInsets.all(30), const EdgeInsets.only(left: 30),
Default Padding image image

Please let me know if this can be merged needs change.

demchenkoalex commented 3 years ago

Hi @saileshbro. We have noticed that you submitted the code from this PR together with the other, so we merged that one and I will close this one. Thanks for the contribution!

saileshbro commented 3 years ago

@demchenkoalex Great, thanks for merging.