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.
- Host: GitHub
- URL: https://github.com/haardikdharma10/flashchat
- Owner: haardikdharma10
- Created: 2020-09-07T19:40:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T19:45:10.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T19:37:09.072Z (4 months ago)
- Language: Dart
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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/)