edilsonmatola / flutter_chat_application

flutter based messaging app where users can sign in with their emails to chat with their friends, family, colleagues.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat Application

This is a flutter based messaging app where users can sign in with their emails to chat with their friends, family, colleagues.

Chat-Application

Dependencies

  1. Firebase_Core

  2. Firebase_Auth

  3. Cloud_Firestore

  4. Google_Sign_In

  5. Cached_Network_Image

Installation

1. Clone the repository
git clone https://github.com/edilsonmatola/flutter_chat_application.git
2. Move to the desired folder
cd flutter_chat_application
  1. Create Firebase Project ⚠️ When registering your app make sure to insert the Debug signing certificate SHA-1
  2. Enable Auth with Google (in Additional Providers)
  3. Make Firestore Rules
  4. Create Android & iOS apps
7. To run the app, simply write the following commands:
flutter pub get
# flutter emulators --launch "emulator_id" (to get Android Simulator)
open -a simulator (to get iOS Simulator)
flutter run
flutter run -d chrome --web-renderer html (to see the best output)

About

flutter based messaging app where users can sign in with their emails to chat with their friends, family, colleagues.

License:MIT License


Languages

Language:Dart 48.5%Language:C++ 28.9%Language:CMake 13.6%Language:HTML 6.8%Language:C 1.3%Language:Swift 0.7%Language:Kotlin 0.2%Language:Objective-C 0.1%