diff --git a/README.md b/README.md index 4fe4a1e..2472b01 100644 --- a/README.md +++ b/README.md @@ -25,16 +25,18 @@ With Stream's chat components, developers quickly add chat to their app for a va ## Repo Overview 😎 This repo contains projects and samples developed by the team and Stream community. Projects are broke up into directories under the `packages` folder. + Each project contains a README with build and execution instructions. -## **Projects 🚀** - +## **Maintained Projects 🚀** - [Stream Chat v1](https://github.com/GetStream/flutter-samples/tree/main/packages/stream_chat_v1): a sample app implemented using Stream Chat and Flutter. It is a fully fledged messaging app built using a combination of our pre-made widgets and custom Flutter widgets. - -- [Stream Chatty](https://github.com/GetStream/flutter-samples/tree/main/packages/chatty) Stream Chatty is a sample chat app made in Flutter using Stream Chat, Firebase, and flutter_bloc. It has full light and dark mode support, real-time chat, and full authentication using Firebase auth. - +- [Chatter YouTube Series](https://github.com/HayesGordon/chatter): an ongoing, beginner friendly, YouTube video series showing how to use Stream's Flutter packages. - [iMessage clone](https://github.com/GetStream/flutter-samples/tree/main/packages/imessage): an iMessage clone implemented using Flutter and the `stream_chat_flutter_core` package. +## **Historic Projects 📕** +*These projects are not actively maintained. They were developed using older versions of our packages and Flutter.* +- [Stream Chatty](https://github.com/GetStream/flutter-samples/tree/main/packages/chatty) Stream Chatty is a sample chat app made in Flutter using Stream Chat, Firebase, and flutter_bloc. It has full light and dark mode support, real-time chat, and full authentication using Firebase auth. + ## Requirements 🛠 Before running this project please ensure Flutter is installed and configured on your machine. If you're new to Flutter, please checkout the [official guide](https://flutter.dev/docs/get-started/install) with installation instructions for your OS. diff --git a/packages/chatty/README.md b/packages/chatty/README.md index 0c17de7..03990f0 100644 --- a/packages/chatty/README.md +++ b/packages/chatty/README.md @@ -1,5 +1,9 @@ # Stream Chatty +⚠️ **Attention**: This example is no longer maintained. It uses older versions of our packages and was tested on an older version of Flutter. + +--- + Stream Chatty is a sample chat app made in Flutter using [Stream Chat](https://getstream.io/chat/sdk/flutter/), [Firebase](https://firebase.google.com/), and [flutter_bloc](https://bloclibrary.dev/#/). It has full light and dark mode support, real-time chat, and full authentication using Firebase auth. Stream Chatty was created by [Diego Velasquez](http://www.twitter.com/diegoveloper) as part of a Youtube series. A step by step guide to building Stream Chatty from scratch can be found here: diff --git a/packages/imessage/README.md b/packages/imessage/README.md index e6d0f7c..cae13e2 100644 --- a/packages/imessage/README.md +++ b/packages/imessage/README.md @@ -2,14 +2,14 @@ ![](https://raw.githubusercontent.com/GetStream/flutter-samples/master/images/imessage_clone_hero_v1.png) -iMessage Clone is a sample app implemented using Stream Chat and Flutter. It is a fully fledged messaging app built using core packages. +iMessage Clone is a sample app implemented using Stream Chat and Flutter. It's a fully fledged messaging app built using the core Stream packages. + +See our [blog post](https://getstream.io/blog/build-an-imessage-clone-with-streams-flutter-chat-sdk/) for a step-by-step guide on how to build this application. ## Getting Started Before running this project please ensure Flutter is installed and configured on your machine. If you're new to Flutter, please checkout the [official guide](https://flutter.dev/docs/get-started/install) with installation instructions for your OS. - - This project is only configured to support the following platforms: - Android