This repository contains a Flutter project designed to facilitate home services and crafts by connecting users with professionals who can perform the required jobs. Whether it’s home renovations, crafting garments, or any specialized handiwork, this app aims to simplify the process of finding skilled experts.
- Professional Listings: Browse through a list of professionals in various fields such as carpentry, tailoring, and more.
- User Profiles: Each professional has a detailed profile showcasing their work, ratings, and contact information.
- Chat Functionality: Integrated chat system allows users and professionals to discuss job details and pricing.
- Rating System: Users can rate professionals based on their experiences, helping others make informed decisions.
Below screenshots demonstrating the app’s interface:
![]() Profile Page |
![]() Explore Page |
![]() Chat Interface |
![]() Another Profile Example |
-
Clone the Repository:
git clone https://github.com/mohamed-ladjal-AI/icraft cd icraft
-
Install Dependencies:
flutter pub get
-
Run the App:
flutter run
Make sure you have a device emulator or a physical device connected.
A brief overview of the major folders and files in this project:
.
├── android # Android-specific files
├── assets # Images, icons, and other assets
├── ios # iOS-specific files
├── lib # Main Dart code for the application
│ ├── main.dart # Entry point of the Flutter app
│ └── ... # Other Dart files, widgets, etc.
├── pubspec.yaml # Flutter/Dart dependencies
└── README.md # Project documentation
Contributions are welcome! Feel free to open issues or submit pull requests. Please review the guidelines in the CONTRIBUTING.md file before making any changes.
This project is licensed under the MIT License. You’re free to use, modify, and distribute the code as long as the original license is included.
- Author: Mohamed Ladjal
- Email: [email protected]
Special thanks to everyone who provided feedback, testing, or design help throughout the development of this app.