diff --git a/README.md b/README.md
index 763c37c..21951a9 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@ This repo contains official Stream projects, guides, links to helpful resources,
|
Stream Chat Flutter Core Application
**[> YouTube Tutorial Playlist](https://www.youtube.com/playlist?list=PLNBhvhkAJG6sH7dkmwt4BiCclFkMoXq4r)**
An ongoing, beginner friendly, series, demoing how to use the Stream Chat Flutter Core package for lower level control and customization options.
• Custom UI components
• Lower level client integration
• Light & dark themes
• Multiple users accounts
• Firebase Authentication
• Firebase Cloud Functions to generate user tokens
• Create private chats
**[> Source Code](https://github.com/HayesGordon/chatter)**
|
|
|
Instagram Clone
**[> YouTube Tutorial](https://youtu.be/fHRB6KGoaV0)**
**[> Written Tutorial](https://getstream.io/blog/instagram-clone-flutter/)**
A tutorial showing how to use Stream Feed Flutter to create an Instagram clone using activity feeds.
• Instagram-like animations and transitions
• Light & dark themes
• Add and change profile pictures
• Multiple users accounts
• State management with Provider
• Application architecture
• Add photo posts to your own user feed (activities)
• Follow/Unfollow other users' feeds
• Add comments and likes (reactions)
**[> Source Code](https://github.com/GetStream/flutter-instagram-clone)**
|
|
|
iMessage Clone
**[> Written Tutorial](https://getstream.io/blog/build-an-imessage-clone-with-streams-flutter-chat-sdk/)**
This tutorial shows how to use Stream Chat Flutter Core to create a basic chat application, styled similar to iMessage.
• Custom chat bubbles with a custom painter
• Core chat components
• Sending attachments
• Chat functionality
• List all channels
**[> Source Code](https://github.com/GetStream/flutter-samples/tree/main/packages/imessage)**
|
|
+|
Chess Game in Chat
**[> Written Tutorial](https://getstream.io/blog/messenger-chess-chat-app/)**
A fun tutorial showing you how customizable Stream Chat Flutter is by adding a chess game to your chat app.
• Custom Stream Chat Attachments
• Two player, or group match
• Sending attachments
• Base chat functionality
• Updating messages/attachments
**[> Source Code](https://github.com/deven98/stream_chess_demo)**
|
|
| ⚙️ Codelabs | |
|
Animated Stickers And Reactions With Rive
**[> Codelab](https://getstream.io/codelabs/flutter/flutter-chat-and-rive-animations/)**
Add animated reactions and stickers to your chat application using Rive.
• Rive animations
• Custom attachments
• Custom reactions
**[> Source Code](https://github.com/HayesGordon/stream-chat-flutter-animated-stickers)**
|
|
| | |
@@ -57,6 +58,7 @@ Chat tutorials that go into greater detail on certain topics:
- [Add Peer-to-Peer Payment Integration With Stream and Rapyd](https://getstream.io/blog/p2p-integration-with-flutter/)
- [Send Voice Messages](https://getstream.io/blog/instantly-send-audio-messages-with-stream-chat-and-flutter/)
- [Location Sharing](https://getstream.io/blog/add-location-sharing-to-a-messaging-app-using-flutter/)
+- [Conversational AI with HuggingFace and DialogGPT](https://getstream.io/blog/conversational-ai-flutter/)
## What is Stream?