/FlashChatApp-Flutter

A realtime Firebase Chatting app using flutter

Primary LanguageDartBSD 2-Clause "Simplified" LicenseBSD-2-Clause

star issues fork love flutter dev

FlashchatIcon

Features

  • Group chat with friends
  • Material design App
  • Improve the UI
  • Implementing the App with Features
  • Login Page using Email
  • Database integration with Firebase

Things to do

  • SplashScreen
  • GroupChat
  • Copy chat text and delete
  • Allow image/gif from keyboard
  • Push Notifications
  • User info Avatar
  • last seen and timestamp
  • domin email validators
  • More animation

App UI

               

Download apk

release 1 :

Made with ♥ by swaraj routray

Dependencies

  1. Font_Awesome_Flutter

  2. Firebase

  3. Firebase_Auth

  4. Animated_Text_Kit

  5. Firebase_Core

  6. Cloud_Firestore

  7. Modal_Progress_Hud

  8. Edge_Alert

Setup

Clone the repository
git clone https://github.com/swaraj961/FlashChatApp-Flutter.git
Move to the desired folder
cd \Chatter-App
To run the app, simply write
flutter run

Requirements to contribute

  • Basic knowledge of programming is mandatory
  • The ability to use Git and GitHub
  • Some knowledge of Dart and how to use Flutter is preferrable for a head start.
  • UI/UX Design skills are appreciable but not mandatory
  • Some idea about Firebase or willingness to learn it

How to make a Pull Request:

1. Fork this repository.

2. Clone the forked repository.

git clone https://github.com/<your-github-username>/FlashChatApp-Flutter

3. Navigate to the project directory.

cd Chatter-App

4. Checkout from master to development branch.

git checkout development

5. Make changes in source code.

6. Commit your changes.

  git add .
  git commit -m "<your_commit_message>"

7. Push your local branch to the remote repository.

git push -u origin development

8. Create a Pull Request!

Congratulations! 💥 Sit and relax, you've made your contribution to [Flash-ChatApp] (https://github.com/swaraj961/FlashChatApp-Flutter) project.