Flutter Credit Card UI – Tutorial πŸ’³

About the project

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.

Getting Started βœ”οΈ

  1. You should have a stable version of Flutter installed on your machine
  2. Clone the repository

git clone https://github.com/Houssem-Selmi/booki.git

  1. Access the source code folder

cd flutter-credit-card

  1. Run the app

flutter run

πŸ“± You should see either Android, iOS, or web output, depending on your device.

Congrats πŸ‘ πŸŽ‰

Now, everything is set up correctly and you can start exploring the source code, and don’t forget to follow the Tutorial for practicing.

Author ✏️

πŸ‘¨β€πŸ’» Houssem Selmi

License

Code released under the MIT License.

GitHub

View Github