Skip to content

mkarush/Flutter_visiting_card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visiting Card

Flutter application supports both Andorid and studio

A few resources to get you started if this is your first Flutter project:

Setup Flutter

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Getting Started

  1. Put your images under images folder
  2. Go to lib/main.dart replace backgroundImage: AssetImage("images/karush.jpeg") to your images.
  3. Similarly replace Name, email and phone No
  4. Add images in pubspec.yaml folder as assets:
    • images/<user_image>
  5. flutter emulators --launch
  6. flutter run