FLUTTER ECOSYSTEM

Kennygunderman/snack-chat

Um aplicativo de bate-papo focado na sincronização em tempo real de dados usando o Firebase | Construído com Flutter

Capa do projeto snack_chat
Stars
167
Forks
64
Último push (UTC)
8 de jun. de 2025
Status do projeto
Ativo
Kenny Gunderman GitHub avatar
GITHUB User

Kenny Gunderman ↗

LinguagensDartSwiftKotlinObjective-C

Pacotes e exemplos relacionados

Dependências usadas

Lista de dependências 10 itens

Categorias de apps

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher 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)