I have a design which is like this :
I have tried using StaggeredGridView.count, StaggeredGridView.countBuilder and also Sliver Grid, but I didn't get the expected result because the UI has to be in the center of any device and should look like the image. The data would be from an API, so it has to be dynamic.
Any help would be appreciated.
Please find the image of the design to be achieved. And here's my repo where is some code I tried: https://github.com/marimeli/custom-layout/blob/master/lib/main.dart