Skip to content

"BizCard" is a user-friendly mobile application built with Flutter, serving as a digital business card. It showcases the user's image, name, job title, and contact details. This app was developed as a demo for a basic Flutter application in the "Project Setup" session of UI Shorts - Flutter series.

Notifications You must be signed in to change notification settings

rahu1ramesh/bizcard-flutter

Repository files navigation

BizCard - Your Digital Business Card

BizCard is a Flutter-based mobile application that serves as your digital business card. It showcases your user image, name, job title, and contact details. This app was created as a basic Flutter application demo during the "Project Setup" session conducted as part of UI Shorts, where we continue with the Flutter series.

Table of Contents

Introduction

In today's digital world, it's essential to have a digital business card that represents you and your professional details in a visually appealing way. BizCard provides an easy-to-use and customizable solution to create your virtual business card within minutes.

Features

  • Display your user image to make your profile recognizable.
  • Showcase your name and job title for a quick introduction.
  • Include your contact details (e.g., email address) for seamless connections.
  • Simple and intuitive user interface for a smooth user experience.

Installation

To run BizCard on your local machine, make sure you have Flutter installed and set up. You can find detailed instructions for installing Flutter on the official Flutter website.

After installing Flutter, clone this repository to your local machine using the following command:

git clone https://github.com/your-username/bizcard.git

Change your current working directory to the cloned project:

cd bizcard

Install the required dependencies using Flutter:

flutter pub get

Usage

Once you have completed the installation, you can run the BizCard app on your emulator or physical device using the following command:

flutter run

The app will be compiled and launched on your device, and you will see your virtual business card displayed with the user image, name, job title, and contact details.

Feel free to customize the app by editing the HomePage widget in the lib/main.dart file. You can replace the sample user information with your own details, change the user image, or modify the layout to suit your preferences.

Contributing

Contributions to BizCard are welcome! If you find any bugs, have suggestions for new features, or want to improve the codebase, please open an issue or submit a pull request. Your contributions will be greatly appreciated.

License

This project is licensed under the MIT License. You are free to use, modify, and distribute this code as per the terms of the MIT License. See the LICENSE file for more details.

About

"BizCard" is a user-friendly mobile application built with Flutter, serving as a digital business card. It showcases the user's image, name, job title, and contact details. This app was developed as a demo for a basic Flutter application in the "Project Setup" session of UI Shorts - Flutter series.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published