enter image description here I am new to flutter and saw this ui on net, trying to replicate it but not able to find the good solution.Can anyone please help me in this?
I tried grid view builder but couldn't replicate it same as it is.
enter image description here I am new to flutter and saw this ui on net, trying to replicate it but not able to find the good solution.Can anyone please help me in this?
I tried grid view builder but couldn't replicate it same as it is.
Probably your UI can be created using Table class and Widgets. Please check the documentation here: https://api.flutter.dev/flutter/widgets/Table-class.html