Skip to content

Commit b33eeec

Browse files
committed
chore: update README
1 parent 5a4619b commit b33eeec

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Flyer Chat is an open-source chat UI package for Flutter applications, designed
99
## ✨ Features
1010

1111
- 🔄 **Backend-agnostic**: Connect to any backend service.
12+
- 🧬 **Adaptable**: Perfect for real-time messengers, generative AI agents and LLM-based assistants, support platforms, and beyond.
1213
- 🎨 **Highly Customizable**: Tailor the UI with extensive theme options and builder functions.
1314
- 🧩 **Modular**: Pick and choose the features you want. You can change any part of the UI or swap it with your own custom implementation.
1415
-**Performance Optimized**: Built for speed and smooth animations.
@@ -21,7 +22,7 @@ Add the package to your `pubspec.yaml`:
2122

2223
```yaml
2324
dependencies:
24-
flutter_chat_core: ^ # Use the latest version
25+
flutter_chat_core: ^2.0.0
2526
flutter_chat_ui: ^2.0.0
2627
```
2728
@@ -31,7 +32,7 @@ Then, import and use the `Chat` widget.
3132

3233
For detailed usage, customization options, different message types, controllers, and more complex scenarios, please refer to the **full documentation**:
3334

34-
➡️ **[flyer.chat/docs/flutter](https://flyer.chat/docs/flutter)** ⬅️
35+
➡️ **[flyer.chat/introduction](https://flyer.chat/introduction)** ⬅️
3536

3637
Explore the comprehensive [example application](https://github.com/flyerhq/flutter_chat_ui/tree/main/examples/flyer_chat) to see various features and customizations in action.
3738

packages/flutter_chat_core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To use Flutter chat UI, you need to add both `flutter_chat_ui` and the core pack
1616

1717
```yaml
1818
dependencies:
19-
flutter_chat_core: ^ # Use the latest version
19+
flutter_chat_core: ^2.0.0
2020
flutter_chat_ui: ^2.0.0
2121
```
2222
@@ -28,7 +28,7 @@ The classes and utilities within this package are used implicitly when you confi
2828

2929
For detailed usage, customization options, different message types, controllers, and more complex scenarios, please refer to the **full documentation**:
3030

31-
➡️ **[flyer.chat/docs/flutter](https://flyer.chat/docs/flutter)** ⬅️
31+
➡️ **[flyer.chat/introduction](https://flyer.chat/introduction)** ⬅️
3232

3333
Explore the comprehensive [example application](https://github.com/flyerhq/flutter_chat_ui/tree/main/examples/flyer_chat) to see various features and customizations in action.
3434

packages/flutter_chat_ui/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the package to your `pubspec.yaml`:
2222

2323
```yaml
2424
dependencies:
25-
flutter_chat_core: ^ # Use the latest version
25+
flutter_chat_core: ^2.0.0
2626
flutter_chat_ui: ^2.0.0
2727
```
2828
@@ -32,7 +32,7 @@ Then, import and use the `Chat` widget.
3232

3333
For detailed usage, customization options, different message types, controllers, and more complex scenarios, please refer to the **full documentation**:
3434

35-
➡️ **[flyer.chat/docs/flutter](https://flyer.chat/docs/flutter)** ⬅️
35+
➡️ **[flyer.chat/introduction](https://flyer.chat/introduction)** ⬅️
3636

3737
Explore the comprehensive [example application](https://github.com/flyerhq/flutter_chat_ui/tree/main/examples/flyer_chat) to see various features and customizations in action.
3838

0 commit comments

Comments
 (0)