aidocs_flutter_view

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

aidocs flutter view

AIDocs Flutter View #
This is a Flutter view for the docs.
Getting Started #
Initialize the config
const chatwootHttpEndpoint = 'https://chatwoot.kongshumapi.net';
const chatwootWebsocketEndpoint = 'wss://chatwoot.kongshumapi.net/cable';

_chatwootProvider = ChatwootStoreProvider(
apiEndpoint: chatwootWebsocketEndpoint,
);
_messageProvider = ChatwootMessageProvider(
url: chatwootHttpEndpoint,
inboxIdentifier: inboxIdentifier,
);

_authenticationProvider = ChatwootAuthenticationProvider(
apiEndpoint: chatwootHttpEndpoint,
name: 'DocsUser',
userId: '20',
inboxIdentifier: inboxIdentifier,
);
copied to clipboard
Initialize the widget
ChatPage(
messageProvider: _messageProvider,
authProvider: _authenticationProvider,
storeProvider: _chatwootProvider,
configs: {},
)
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.