How to implement this complex view in the flutter?
I am trying to implement a GridView with n columns and the child should be of a certain aspect ratio(say 1.3) but the height of the child should be (wrap content in Android terminology).
I am stuck because as fas I understand GridView's childAspectRatio:1.3 (default:1) always lays out the child in same aspect ratio but not dynamic content.
Note: Child should expand its height according to the image's height
Use case: I am trying to implement a view like below, in which image is wrapped soheight = wrap content that in case an image with stretched height can look good and form a StaggeredGridView like structure.
--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Dario Ielardi
--
Ian Hickson
😸
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev+unsubscribe@googlegroups.com.