Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 897 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 897 Bytes

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