Finally, Flex makes sense. Thank you for clearing up the mystery! Is it possible to have the containers expand and contract with the size of the content?
@@abmodi_ai thanks for your response! Unfortunately I can't use a stack because I need to be able to generate the children dynamically. I"m trying to create a row of circleImage avatars that slightly overlap like on facebook or instagram, where it shows you who liked a post with overlapping images. Differently aligned children of a stack cannot be generated dynamically. Is there another way?
Thank you teacher. This is what I needed
Finally, Flex makes sense. Thank you for clearing up the mystery! Is it possible to have the containers expand and contract with the size of the content?
I am glade the this video helped. I don't believe you can change the behaviour of the container based on the content as per my current knowledge.
is it possible to use this method to make the child containers slightly overlap?
You can try using stack layout for the child and parent containers to achieve the desired results.
@@abmodi_ai thanks for your response! Unfortunately I can't use a stack because I need to be able to generate the children dynamically. I"m trying to create a row of circleImage avatars that slightly overlap like on facebook or instagram, where it shows you who liked a post with overlapping images. Differently aligned children of a stack cannot be generated dynamically. Is there another way?
@@beepypeepy I am not sure how to achieve that in the FlutterFlow