Skip to content

Chat Application using Firebase Backend

Notifications You must be signed in to change notification settings

ezhangle/Message-Mill

 
 

Repository files navigation

Message Mill

Developed a Flutter Chat Application using Firebase 🔥 Backend.

style: very good analysis


Getting Started 🎸

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.


Description 📘

Type of Change 📝

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

About

Chat Application using Firebase Backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 97.7%
  • Ruby 1.6%
  • Other 0.7%