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 개

앱 카테고리

원본 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)