An open API service indexing awesome lists of open source software.

https://github.com/amirbayat0/micard-application

a Simple Business Card App Using Flutter
https://github.com/amirbayat0/micard-application

android-app android-application dart developer flutter flutter-apps flutter-demo ios-app micard simple-app

Last synced: about 2 months ago
JSON representation

a Simple Business Card App Using Flutter

Awesome Lists containing this project

README

          

# My Flutter Business Card
![MYCard](https://user-images.githubusercontent.com/91388754/141285528-e7b31ead-8a93-4d65-a3ab-3521035218d6.png)

## On My Way To Learn Flutter

### What I Create

My Flutter Business 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.
You can use it also for profil page in your flutter app with some customisation

### What i 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