Min / Max sizes of containers inside a Wrap don't work

Widgets & Design

So I have a few containers inside a Wrap widget. All containers are set to have fixed height, and I have set their width to be 150 minimum and 180 pixels maximum.

For the reason I fail to understand, the Wrap does not treat these containers as flexible, and uses the 180 pixel mark as the 'breakpoint' to decide whether to place the containers next to each other, or stack them in a column. My understanding is that as long as these containers are within their set Min / Max values, the containers themselves shall be resized as I move the Wrap size, but I cannot get this to work.

Any help would be much appreciated.

What have you tried so far?

Studied FlutterFlow documentation / videos.

Responsive Layouts: 101 | FlutterFlow Docs --> under the 'Wrap Method' section you can see the behaviour I want to achieve - the containers have some flex before being restacked by the Wrap.

Did you check FlutterFlow's Documentation for this topic?
Yes
1
7 replies