appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
193 stars 224 forks source link

centerBackground stretches image #158

Closed remsysinc closed 1 year ago

remsysinc commented 1 year ago

UPDATE: changing to "Boxfit.contain" solves the issue.

Used the example in pub.dev and its images from this repo. Images are left-justified and look fine by default. Using the "centerBackground" option set to true does center the images, but they become stretched horizontally.

Others seeing this? Did I miss a setting?