This project contains the source code of a Flutter Tutorial elaborated to practice Flutter basic layout concepts by creating a credit card widget.
In this Tutorial, we are going to diagram the layout to identify the Flutter widgets that we will use.
Through the Tutorial, I will try to give you a clear comprehension of how to combine and nest Flutter widgets to achieve the desired layout.
- You should have a stable version of Flutter installed on your machine
- Clone the repository
- Access the source code folder
cd flutter-credit-card
- Run the app
flutter run
π± You should see either Android, iOS, or web output, depending on your device.
Now, everything is set up correctly and you can start exploring the source code, and donβt forget to follow the Tutorial for practicing.
π¨βπ» Houssem Selmi
Code released under the MIT License.