v0.3.0+2sticky_headers
Flutter 粘性標題 - 讓您在可滾動內容上放置標題,當內容滾動時,標題將黏附在容器頂部。
902喜歡 1.3萬近 30 天下載140Pub 分數
AndroidiOSWebmacOSWindowsLinux
一個專注於使用 Firebase 實現實時資料同步的聊天應用 | 使用 Flutter 建構
{"sdk":"flutter"}^1.0.2^1.0.12.0.1^1.0.3^5.0.0^0.1.8^0.17.0^1.0.2{"sdk":"flutter"}以下為英文專案原文快照,最新內容請造訪 GitHub。
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)