Find peace or party — know your room’s vibe before you walk in.
Huddle helps roommates coordinate shared space usage by tagging room states like Study Zone, Gaming Zone, Mute, or Noisy in real-time. Made with ❤️ using Flutter & Firebase.
- 📡 Real-time room status updates
- 🔔 Smart notifications
- 🎮 Modes: Study, Gaming, Mute, Noisy
- 🔥 Minimal, intuitive UI
- 📱 Flutter-powered cross-platform support
| Tech | Use |
|---|---|
| Flutter | App frontend + backend logic |
| Firebase | Auth, Firestore, Notifications |
| Bloc/Cubit | State management |
| Dart | Core language |
git clone https://github.com/NamanGoyalK/Huddle-Flutter-App.git
cd Huddle-Flutter-App
flutter pub get
flutter runAvialable on play store at https://play.google.com/store/apps/details?id=com.namangoyaldev.huddle&pli=1
Pull requests are welcome. For major changes, open an issue first.
Fork the repo
Create your branch (git checkout -b feature/xyz)
Commit changes (git commit -m 'Add xyz')
Push to branch (git push origin feature/xyz)
Open a PR