zendesk_classic 1.0.0 copy "zendesk_classic: ^1.0.0" to clipboard
zendesk_classic: ^1.0.0 copied to clipboard

A Zendesk plugin is a software extension that integrates with the Zendesk customer support platform, designed to enhance and customize its functionality. Zendesk is a popular customer service and enga [...]

zendesk_classic #

Zendesk Plugin

License: MIT Pub

Getting Started #

Add dependency to your flutter project #

 flutter pub add zendesk_classic 
SDK Android IOS
Support SDK
Support Chat
Support Bot

Zendesk Chat Support #

Future<void> initializeChat() async {
  try {
    await _zendeskClassicPlugin.initZendeskChat('Your Zendesk Account Key',
        barTintColor: 0xFFFF0000,
        tintColor: 0xFFFFFFFF,
        backgroundColor: 0xFF000000,
        botName: 'CompanyName');
  } on PlatformException {
    _platformVersion = "Failed to get platform version";
  }
}

Android Theme #

Please add the below theme to your styles.xml file in the android res/values folder


<style name="ZendeskSdkTheme" parent="@style/Theme.AppCompat">
    <item name="android:windowBackground">?android:colorBackground</item>
    <item name="colorAccent">@color/zui_color_red_600</item>
    <item name="colorPrimary">@color/zui_color_red_600</item>
    <item name="colorPrimaryDark">@color/zui_color_red_600</item>
</style>

You can find the Chat key in your Zendesk dashboard under Dashboard > Simulate Conversation On the Url You can find the key as shown below https://www.zopim.com/widget/livechat.html?Accountkey= Your Zendesk Account Key

Support #

Buy Me A Coffee

Contact us #

Please drop a mail to [email protected]

Screenshots #

Android #

Android.png

IOS #

ios.png

3
likes
0
pub points
65%
popularity

Publisher

verified publisheravinashgotluru.me

A Zendesk plugin is a software extension that integrates with the Zendesk customer support platform, designed to enhance and customize its functionality. Zendesk is a popular customer service and engagement platform that helps businesses manage and respond to customer inquiries, requests, and issues across various communication channels like email, chat, social media, and more.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on zendesk_classic