Home > Software engineering >  Flutter : Card with Gridview
Flutter : Card with Gridview

Time:11-19

I'm New to flutter I want to make this design , it take me awhile to find what to use , but ever time i try to code it and use Listview it give me error ,or the card dont aligns to Gridview.

Image

CodePudding user response:

You can use Gridview and return a Card of your custom style in Gridview Builder I will build your Required Design.

Here is the GridView Official Documentation. [Documentationoutput

  • Related