Developed a Flutter Chat Application using Firebase 🔥 Backend.
This project contains 3 flavors:
- development
- staging
- production
To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:
# Development
$ flutter run -t lib/main_dev.dart --flavor dev
# Staging
$ flutter run -t lib/main_stg.dart --flavor stg
# Production
$ flutter run -t lib/main_prod.dart --flavor prod
*Message Mill works on Android and iOS.
Whenever making a Pull Request, use the following Template 😒
- ✨ New feature (non-breaking change which adds functionality)
- 🛠️ Bug fix (non-breaking change which fixes an issue)
- ❌ Breaking change (fix or feature that would cause existing functionality to change)
- 🧹 Code refactor
- ✅ Build configuration change
- 📝 Documentation
- 🗑️ Chore