docs: update README.md

This commit is contained in:
Gordon Hayes
2021-10-11 12:09:40 +02:00
parent 9ef7986751
commit 8cdac9a8a0
3 changed files with 14 additions and 8 deletions
+7 -5
View File
@@ -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.