FLUTTER ECOSYSTEM

Kennygunderman/snack-chat

一个专注于使用 Firebase 实现实时数据同步的聊天应用 | 使用 Flutter 构建

snack_chat 项目封面
Stars
167
Forks
64
最近推送(UTC)
2025年6月8日
项目状态
未归档
Kenny Gunderman GitHub avatar
GITHUB User

Kenny Gunderman ↗

语言DartSwiftKotlinObjective-C

关联插件与示例

使用的依赖

依赖清单 10 项

App 分类

原始 README

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

展开 / 收起项目 README

Snack Chat

A chatting app focused on real-time data sync using firebase (For a YT Video) | Built in Flutter

I made a YouTube video about learning Flutter in 7 days, and it ended up getting over 500k views. This chatroom app is the project that came out of that video: https://youtu.be/RGdg-TCmldY?si=-hzdr3S9LxSsIqBh

screeenies

Firebase Schema:

chat_rooms

- icon (string)
- id (string) - This is the document ID
- message (string)
- snacks_sent (int)
- title (string)

chat

- chat_icon_color (string)
- chatroom_id (string)
- message (string)
- send_date (timestamp)
- user_email (string)
- username (string)

user

- username (string)
- chat_icon_color (string)
- username (string)