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)