duytq94/flutter-chat-demo
The chat app made by Flutter and Firebase
repo name | duytq94/flutter-chat-demo |
repo link | https://github.com/duytq94/flutter-chat-demo |
homepage | |
language | Dart |
size (curr.) | 6434 kB |
stars (curr.) | 604 |
created | 2018-08-14 |
license | MIT License |
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.
- Watch the demo video for more clarity: https://youtu.be/MOHE68LI5Eg
- Check my general guidance to know more and how to do it: 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
- Article: https://medium.com/@duytq94/flutter-chat-app-extended-push-notification-messages-a26c669f4675
Screenshot
How to run
- Clone this repo
- Run
flutter packages get
- Run
flutter run
(remember open simulator or connect physical device, iOS auto run additional commandpod install
)