This Flutter project implements an interactive business card application for CodēCodes. The app showcases a creative design using flip cards, animated skill tags, and customizable themes to highlight skills, contact information, and more.
- Interactive Flip Card: Displays front and back of the business card.
- Dynamic Contact Links: Icons to directly email, call, or visit LinkedIn, GitHub, or the website.
- QR Code Integration: A scannable QR code for easy website access.
- Auto-Scrolling Skills: Animated horizontal scrolling of skills tags.
- Thematic Design: Uses custom fonts and a professional theme.
Ensure you have the following Flutter dependencies in your pubspec.yaml
:
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
flutter_flip_card: ^0.0.6
diagonal_decoration: ^1.0.2+3
google_fonts: ^6.2.1
url_launcher: ^6.3.0
qr_flutter: ^4.1.0
font_awesome_flutter: ^10.7.0
share_plus: ^10.0.2
flutter_screenutil: ^5.9.3
http: ^1.2.2
responsive_framework: ^1.4.0
marquee: ^2.2.3
fading_edge_scrollview: ^3.0.0
-
Clone this repository or download the project files.
-
Ensure you have Flutter installed. For instructions, visit Flutter's official documentation.
-
Install dependencies by running:
flutter pub get
-
Run the app on an emulator or physical device:
flutter run
This project was developed by CodēCodes.
- GitHub: Cod-e-Codes
- LinkedIn: CodēCodes Profile
This project is licensed under the MIT License - see the LICENSE file for details.