# flutter-chat-demo **Repository Path**: mj_nemo/flutter-chat-demo ## Basic Information - **Project Name**: flutter-chat-demo - **Description**: No description available - **Primary Language**: 其他 - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-11-05 - **Last Updated**: 2023-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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. * Video demo: https://youtu.be/MOHE68LI5Eg * 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 * How to do it: 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`) ## Big 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