You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,13 +15,13 @@ Refer to [Create API Channel](https://www.chatwoot.com/docs/product/channels/api
15
15
16
16
Run the command below in your terminal
17
17
18
-
`flutter pub add chatwoot_client_sdk`
18
+
`flutter pub add chatwoot_sdk`
19
19
20
20
or
21
21
22
22
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.
25
25
26
26
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.
27
27
@@ -65,7 +65,7 @@ ChatwootChatDialog.show(
65
65
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.
0 commit comments