https://github.com/duytq94/flutter-chat-demo
The chat app made by Flutter and Firebase
https://github.com/duytq94/flutter-chat-demo
chat demo firebase flutter
Last synced: 14 days ago
JSON representation
The chat app made by Flutter and Firebase
- Host: GitHub
- URL: https://github.com/duytq94/flutter-chat-demo
- Owner: duytq94
- License: mit
- Created: 2018-08-14T11:09:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T16:48:09.000Z (9 months ago)
- Last Synced: 2025-04-03T21:09:43.642Z (21 days ago)
- Topics: chat, demo, firebase, flutter
- Language: Dart
- Homepage:
- Size: 6.25 MB
- Stars: 1,788
- Watchers: 53
- Forks: 691
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chat Demo
## Description
* A chat app made by Flutter and Firebase.
* Support login with google account, chat with any user, send text, image and sticker, update avatar and profile.
* Demo: https://youtu.be/MOHE68LI5Eg
* Implement: https://medium.com/@duytq94/building-a-chat-app-with-flutter-and-firebase-from-scratch-9eaa7f41782e## Extension
* Push notification messages.
* Demo: https://youtu.be/TL--RKbNPt8
* Implement: https://medium.com/@duytq94/flutter-chat-app-extended-push-notification-messages-a26c669f4675## Screenshot
## How to run
* Clone this repo
* Run `flutter pub get`
* Run `flutter run` (remember open simulator or connect physical device, iOS auto run additional command `pod install`)## Major update
* Aug, 27th, 2022 - Upgrade dependencies and fix to working fine with Flutter 3
* Jun, 4th, 2021 - Migrating to Flutter 2 and using Dart sound null safety
* Oct, 2nd, 2021 - Apply provider & restructure