Skip to content

Commit 00575ba

Browse files
authored
update readme with the publish changes (#36)
1 parent c5144d0 commit 00575ba

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Pub Version](https://img.shields.io/pub/v/chatwoot_client_sdk?color=blueviolet)](https://pub.dev/packages/chatwoot_client_sdk) ![build](https://github.com/EphraimNetWorks/test_cw_flutter_client/actions/workflows/develop-actions.yml/badge.svg) [![likes](https://badges.bar/chatwoot_client_sdk/likes)](https://pub.dev/packages/chatwoot_client_sdk/score) [![popularity](https://badges.bar/chatwoot_client_sdk/popularity)](https://pub.dev/packages/chatwoot_client_sdk/score) [![pub points](https://badges.bar/chatwoot_client_sdk/pub%20points)](https://pub.dev/packages/chatwoot_client_sdk/score)
1+
[![Pub Version](https://img.shields.io/pub/v/chatwoot_client_sdk?color=blueviolet)](https://pub.dev/packages/chatwoot_sdk) ![build](https://github.com/EphraimNetWorks/test_cw_flutter_client/actions/workflows/develop-actions.yml/badge.svg) [![likes]
22

33
# Integrate Chatwoot with Flutter app
44

@@ -15,13 +15,13 @@ Refer to [Create API Channel](https://www.chatwoot.com/docs/product/channels/api
1515

1616
Run the command below in your terminal
1717

18-
`flutter pub add chatwoot_client_sdk`
18+
`flutter pub add chatwoot_sdk`
1919

2020
or
2121

2222
Add
23-
`chatwoot_client_sdk:<<version>>`
24-
to your project's [pubspec.yml](https://flutter.dev/docs/development/tools/pubspec) file. You can check [here](https://pub.dev/packages/chatwoot_client_sdk) for the latest version.
23+
`chatwoot_sdk:<<version>>`
24+
to your project's [pubspec.yml](https://flutter.dev/docs/development/tools/pubspec) file. You can check [here](https://pub.dev/packages/chatwoot_sdk) for the latest version.
2525

2626
NB: This library uses [Hive](https://pub.dev/packages/hive) for local storage and [Flutter Chat UI](https://pub.dev/packages/flutter_chat_ui) for its user interface.
2727

@@ -65,7 +65,7 @@ ChatwootChatDialog.show(
6565
To embed ChatwootChat widget inside a part of your app, use the `ChatwootChat` widget. Customize chat UI theme by passing a `ChatwootChatTheme` with your custom theme colors and more.
6666

6767
```
68-
import 'package:chatwoot_client_sdk/chatwoot_client_sdk.dart';
68+
import 'package:chatwoot_sdk/chatwoot_sdk.dart';
6969
import 'package:flutter/material.dart';
7070
7171
void main() {
@@ -151,7 +151,6 @@ class _MyHomePageState extends State<MyHomePage> {
151151

152152
Horray! You're done.
153153

154-
You also find a sample implementation [here](https://github.com/EphraimNetWorks/chatwoot_flutter_client/blob/main/example/lib/main.dart)
155154

156155
#### Available Parameters
157156
| Name | Default | Type | Description |

0 commit comments

Comments
 (0)