chatwoot_flutter library

Classes

ChatwootCallbacks FlutterClientSdk
Chatwoot callback are specified for each created client instance. Methods are triggered when a method satisfying their respective conditions occur.
ChatwootChat FlutterClientSdk
Chatwoot chat widget
ChatwootChatDialog FlutterClientSdk
Chatwoot chat modal widget
ChatwootChatTheme
Default chatwoot chat theme which extends ChatTheme
ChatwootClient FlutterClientSdk
Represents a chatwoot client instance. All chatwoot operations (Example: sendMessages) are passed through chatwoot client. For more info visit https://www.chatwoot.com/docs/product/channels/api/client-apis
ChatwootL10n
Base chat l10n containing all required variables to provide localized chatwoot chat
ChatwootMessage FlutterClientSdk
ChatwootMessageAdapter
ChatwootUser
ChatwootUserAdapter

Enums

ChatwootClientExceptionType FlutterClientSdk

Functions

createdAtFromJson(dynamic value) String
idFromJson(dynamic value) int
messageTypeFromJson(dynamic value) int

Exceptions / Errors

ChatwootClientException FlutterClientSdk