What this project does
In this project I will learn more about how to design user interfaces for Flutter apps using the Angela YU Flutter course. For this project, I will create some sort of business card as an app.
What I will learn
- How to create Stateless Widgets
- What is the difference between hot reload and hot refresh and running an app from cold
- How to use Containers to lay out your UI
- How to use Columns and Rows to position your UI elements
- How to add custom fonts
- How to add Material icons
- How to style Text widgets
- How to read and use Flutter Documentation