A Spicy chatting app build with flutter
Read Time:20 Second

A Spicy chatting app build with flutter

0 0

snack_chat

A Spicy chatting app build with flutter

A Chatroom application designed to chat about your favorite snacks with others

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)

GitHub

https://github.com/Kennygunderman/snack_chat

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior Flutter demo application for Apple TV (tvos) using custom Flutter engine
Entrada siguiente A simple Flutter Note Taking app with local database