https://github.com/dauntlessdev/flash-chat
flutter messenger app
https://github.com/dauntlessdev/flash-chat
dart firebase firestore flutter messenger
Last synced: about 1 month ago
JSON representation
flutter messenger app
- Host: GitHub
- URL: https://github.com/dauntlessdev/flash-chat
- Owner: DauntlessDev
- Created: 2020-06-14T05:29:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T12:58:35.000Z (about 6 years ago)
- Last Synced: 2025-04-02T14:52:05.575Z (about 1 year ago)
- Topics: dart, firebase, firestore, flutter, messenger
- Language: Dart
- Size: 230 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flash Chat ⚡️
## What is this app?
This is a modern messaging app where users can sign up and log in to chat. I 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.

## What I learned
- How to incorporate Firebase into your 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.