Closet Mate is a stylish and user-friendly digital closet and outfit planner app built with Flutter. It allows users to manage their wardrobe, add clothing items with details, and create outfits from saved clothes. Designed for fashion lovers and everyday users alike!
-
📸 Add Items
Upload clothing images from your gallery or camera and fill in details like category, color, brand, size, tags, and date of purchase. -
🧥 Organized Wardrobe
View your clothes sorted by category (Tops, Bottoms, Footwear, Accessories). -
👗 Outfit Builder
Mix and match items to create your own outfits with visual previews. -
🔐 Firebase Authentication
Secure login and signup with Firebase Auth. -
☁️ Firebase for Profiles
Profile data is synced and stored using Firestore. -
💾 SQLite for Wardrobe
All items and outfits are stored locally using SQLite for offline access.
| Layer | Technology |
|---|---|
| Frontend | Flutter (Dart) |
| Auth & Cloud | Firebase Authentication, Firestore |
| Local Storage | SQLite (sqflite) |
| Image Picker | image_picker plugin |
Add your screenshots here
Example: Home page, Add Item form, Outfit preview
- Flutter SDK (3.x or newer)
- Dart
- Android Studio / VS Code
- Firebase project set up
git clone https://github.com/your-username/closet_mate.git
cd closet_mate
flutter pub get
flutter run