DEV Community

Cover image for Building a custom card in flutter
Abdulraheem Gasali
Abdulraheem Gasali

Posted on

Building a custom card in flutter

I was working on a project that demands me to build a custom cards to suit the project UI so here is how I built it.

Stage 1:
I believed you know how to create a flutter project, so here is how I structured my libs folder; model, screens, utils...

In the model folder I have a file named reusable_card.dart.

Part1: Create a card
In this part we gonna create card.

Latest comments (1)

Collapse
 
33nano profile image
Manyong'oments

It would be nice to have that in the title (Part 1)