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.
Top comments (1)
It would be nice to have that in the title (Part 1)