FLUTTER ECOSYSTEM

ahmedgulabkhan/GroupChatApp

使用 Flutter 和 Firebase 开发了一个群组聊天应用,用户可以注册、创建群组或加入现有群组,并开始相互交流。

GroupChatApp 项目封面
Stars
265
Forks
85
最近推送(UTC)
2020年10月26日
项目状态
未归档
Ahmed Gulab Khan GitHub avatar
GITHUB User

Ahmed Gulab Khan ↗

"You can either worry about the competition or focus on what's ahead of you and drive fast" - Jack Dorsey | NITW '20.

@electronicartsHyderabad, India
语言DartObjective-CJavaShellKotlinSwift

技术话题

关联插件与示例

使用的依赖

依赖清单 7 项

App 分类

所在榜单

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

GroupChatApp

About

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.

Snapshots

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.

Configuration Steps

  1. Cloning the repository:
$ git clone https://github.com/ahmedgulabkhan/GroupChatApp.git
  1. Open the project and install dependencies (using terminal):
$ cd GroupChatApp
$ flutter pub get

This installs all the required dependencies like cloud_firestore, shared_preferences, flutter_spinkit etc...

  1. Make an android project on your firebase account, follow the mentioned steps and you're good to go.

  2. Now run the app on your connected device (using terminal):

$ flutter run