Reputation: 23
I want to build a grid likes the picture below, I tried using gridView.count but the photos was square, and I tried to use column and wrap inside it with the picture having AspectRatio class but it didn't also look like it, so any ideas?
Upvotes: 0
Views: 106
Reputation: 777
there is bunch of lib that you can use for this :
I hope I hope I was able to help.
Upvotes: 0
Reputation: 14043
You can achieve the layout using a Staggered Grid View.
Check the package below:
Upvotes: 1