Skip to content

this is a chatting application made on flutter. This is integrated with the firebase database. This is a simple group chat application. I have created this for backend learning purpose. Hope you like it.

Notifications You must be signed in to change notification settings

shashikantkaushik/flash_chat_app_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flash Chat ⚡️

Goal

The objective of this app is to learn how to incorporate Firebase into Flutter apps. I'll be using Firebase Cloud Firestore as well as the Firebase authentication package to equip the app with a cloud based NoSQL database and secure authentication methods.

How I did it

I built a modern messaging app where users can sign up and log in to chat.

Finished App

What I learned

  • How to incorporate Firebase into Flutter projects.
  • How to use Firebase authentication to register and sign in users.
  • How to create beautiful animations using the Flutter Hero widget.
  • How to create custom aniamtions using Flutter's animation controller.
  • Learn all about mixins and how they differ from superclasses.
  • Learn about Streams and how they work.
  • Learn to use ListViews to build scrolling views.
  • How to use Firebase Cloud Firestore to store and retrieve data on the fly.

Flutter Chat on Firebase

Project demonstrates building a simple chat application using Flutter framework and Firebase cloud. App does not poll for new messages, instead streams are used to make it reactive.

Tech stack

  • Firebase authentication for user management.
  • Firebase Firestore message storage.

👷 Installation

In order to clone the project via HTTPS, run this command:

$>gh repo clone shashikantkaushik/flash_chat_app_flutter

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:

$>git@github.com:shashikantkaushik/flash_chat_app_flutter.git

Install dependencies

$> flutter install

Start development server

$> flutter run

🐛 Issues

Feel free to file a new issue with a respective title and description on the Flash Chat repository. If you already found a solution to your problem, I would love to review your pull request! Have a look at our contribution guidelines to find out about the coding standards.


🎉 Contributing

Check out the contributing page to see the best places to file issues, start discussions and begin contributing.


📕 License

Open Source


Made with love by Shashi Kant 💜🚀

About

this is a chatting application made on flutter. This is integrated with the firebase database. This is a simple group chat application. I have created this for backend learning purpose. Hope you like it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published