An open API service indexing awesome lists of open source software.

https://github.com/haardikdharma10/flashchat

A modern messaging app where users can sign up and log in to chat.
https://github.com/haardikdharma10/flashchat

Last synced: about 1 month ago
JSON representation

A modern messaging app where users can sign up and log in to chat.

Awesome Lists containing this project

README

        

# Flash Chat ⚡️

## Goal

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

## Abstract

We’re going to build a modern messaging app where users can sign up and log in to chat.

![Finished App](https://github.com/londonappbrewery/Images/blob/master/flash_chat_flutter_demo.gif)

## What I learned from this project:

- 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 animations using Flutter's animation controller.
- Learned all about mixins and how they differ from superclasses.
- Learned about Streams and how they work.
- Learned to use ListViews to build scrolling views.
- How to use Firebase Cloud Firestore to store and retrieve data on the fly.

>This is a companion project to The App Brewery's Complete Flutter Development Bootcamp, check out the full course at [www.appbrewery.co](https://www.appbrewery.co/)