GitXplorerGitXplorer
A

mi_card_flutter

public
0 stars
0 forks
1 issues

Commits

List of commits on branch main.
Verified
f122c028901d4ccad823b319f824497711081e95

Update .gitignore

AApra487 committed 4 years ago
Verified
18f6d796dc9802c3294f6e716e56641b6763c28a

Update README.md

AApra487 committed 4 years ago
Verified
43e0a7fd08a6b8dccbab4fa43193db93ac46d4cb

Update README.md

AApra487 committed 4 years ago
Unverified
6b1e9435f3f55b9d13b83f0522bfc286a8ac2c79

initial

AApra487 committed 4 years ago
Unverified
c4a4537216c98e58b0df31e9f904fd299287e7c2

updating git ignore

TTheMuellenator committed 5 years ago
Unverified
1a6c710311057c68ba93c683ef363cc859c0629d

Updating Android SDK version to 29

TTheMuellenator committed 5 years ago

README

The README file for this repository.

Mi Card

Our Goal

Now that you've seen how to create a Flutter app entirely from scratch, we're going to go further and learn more about how to design user interfaces for Flutter apps.

What you will create

Mi Card is a personal business card. Imagine every time you wanted to give someone your contact details or your business card but you didn't have it on you. Well, now you can get them to download your business card as an app.

What you 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

End Banner