Skip to content

A Flutter plugin that integrates Zendesk Chat and Support Center to Flutter

License

Notifications You must be signed in to change notification settings

amirh/zendesk-flutter-plugin

 
 

Repository files navigation

Bors enabled

zendesk-flutter-plugin

A Flutter plugin that integrates Zendesk Chat and Support Center to Flutter

Please check the example folder for a full use case of a flutter app that uses the plugin.

You can check agent status on a specific chat account, send online and offline messages, send attachments like images and videos, check if there are any unread messages from the user, get platform version, start and end a chat session with this plugin.

Getting Started

To use this plugin, add zendesk_flutter_plugin as a dependency in your pubspec.yaml file.

Get the Crendentials for your Zendesk chat API project.

Import package:zendesk_flutter_plugin/zendesk_flutter_plugin.dart, and initiate ZendeskFlutterPlugin with your credentials.

Integration

        final ZendeskFlutterPlugin _chatApi = ZendeskFlutterPlugin();
        await _chatApi.init("YOUR ZENDESK ACCOUNT KEY")

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference

About

A Flutter plugin that integrates Zendesk Chat and Support Center to Flutter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 47.8%
  • Objective-C 24.5%
  • Java 22.3%
  • Ruby 5.4%