Flutter Custom Card
hello everyone, in this meeting we will discuss one of the widgets that are often used in building flutter projects, the Card widget itself is often used both in building profiles and menus in the applications that you will build.
in the Card widget itself we add text form, listTile, column, row, and many more depending on the needs of the project that you are going to build.
Here we will build a simple identity card that is built using cards, circle avatars, in some other widgets. So consider the following explanations.
However, because we will use a cached network image later, first import the cached network image plugins in pubspec.yaml
add cached_network_image: ^3.1.0 in your file pubspec.yaml
So what do you think, easy isn’t it? , so this tutorial may be useful for you, and don’t forget to follow me for the next update.