This Flutter project is a simple business card application built using Flutter framework. It's designed to serve as a reference project for students learning Flutter development. The project demonstrates how to create a basic business card layout using Flutter widgets.
- Display business card information such as name, job title, company, and contact information.
- Customizable card design.
- Responsive layout for different screen sizes.
To get started with this project, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/your-username/flutter-business-card.git
-
Navigate to the project directory:
cd flutter-business-card
-
Run the application:
flutter run