zendesk_messaging 0.0.1 copy "zendesk_messaging: ^0.0.1" to clipboard
zendesk_messaging: ^0.0.1 copied to clipboard

outdated

Zendesk-Messaging for Flutter developer

Zendesk Messaging #

Messaging is a "user-based" chat

Live Chat is a "session-based" chat

  • Better UI (Native)
  • Chat history
  • Answer Bot

Setup #

#

How to use? #

Initialize #

 final String androidChannelKey = '';
 final String iosChannelKey = '';

  @override
  void initState() {
    super.initState();
    ZendeskMessaging.initialize(
      androidChannelKey: androidChannelKey,
      iosChannelKey: iosChannelKey,
    );
  }

just use initialize() one time

Show #

ZendeskMessaging.show();

You can use in onTap()

Weak #

  • AuthenticationCurrently does not support. Unable to automatically set user information for users you know, users must enter their own name, email, etc.
  • TagCurrently does not support. There is no way to help users with additional information like Chat.
  • Attachment fileCurrently does not support. The official said it will be launched in the future.
  • Chat room closed:An agent can not reply to a customer at any time. if the customer is not active in the foreground, the room will be closed automatically. It is inconvenient to track chat history.

Future Function #

  • Push Notifications

About Me #

37
likes
0
pub points
92%
popularity

Publisher

unverified uploader

Zendesk-Messaging for Flutter developer

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on zendesk_messaging