cloud_firestore
适用于 Android 和 iOS 的 Cloud Firestore Flutter 插件,一个托管在云端的 NoSQL 数据库,支持实时同步和离线功能。
使用 Flutter 和 Firebase 开发了一个群组聊天应用,用户可以注册、创建群组或加入现有群组,并开始相互交流。
{"sdk":"flutter"}^0.1.2^0.5.7+3^0.16.1^0.13.6^4.1.2+1{"sdk":"flutter"}以下为英文项目原文快照,最新内容请访问 GitHub。
Developed a Group chat application using Flutter and Firebase, where users can register and create groups or join already existing groups and start conversing with each other.
Dark Mode: Off Screenshots
Dark Mode: On Screenshots Dark Mode is enabled or disabled based on whether the system's theme is dark or light.
$ git clone https://github.com/ahmedgulabkhan/GroupChatApp.git
$ cd GroupChatApp
$ flutter pub get
This installs all the required dependencies like cloud_firestore, shared_preferences, flutter_spinkit etc...
Make an android project on your firebase account, follow the mentioned steps and you're good to go.
Now run the app on your connected device (using terminal):
$ flutter run