Geoffroy Meunier
ย ยทย Founder, YURAI MEDIA

Space between images in ListView

Hi,

I'm currently working on a reading app which should allow users to see several images one after the other by scrolling on the vertical axis. It should be a really simple thing to do using a ListView, but for a reason that I don't understand, I always have approximately 1px of spacing between each image as you can see on the image below.

That being said, all the properties of the different widgets used have 0px of padding, spacing, etc.

Here's my Widget Tree:

Column properties:

ListView properties:

Image properties:

I'm sure the problem isn't with the images themselves, as the problem doesn't occur on our current website. On our current website built using HTML and CSS, a simple "margin: 0px" solved this problem. Do you have any idea what could cause this issue in Flutterflow and what could be the solution?

Thank you very much for your time and help! ๐Ÿ˜Š

2
8 replies