Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

skiprco/flutter_zendesk

 
 

Repository files navigation

flutter_zendesk

A Zendesk Support Flutter plugin.

Getting Started

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

Get the Crendentials for your Zendesk support project.

Import package:flutter_zendesk/flutter_zendesk.dart, and initiate Zendesk Support with your credentials.

Integration

      await FlutterZendesk.initiateZendesk(params: {
        "appId": "YOUR_APP_ID",
        "clientId": "CLIENT_ID",
        "url": "YOUR_URL",
      });

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

Releases

No releases published

Packages

No packages published

Languages

  • Swift 42.5%
  • Ruby 23.4%
  • Java 16.0%
  • Dart 11.4%
  • Shell 4.0%
  • Objective-C 2.7%