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

outdated

A Zendesk Flutter plugin.

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.

0
likes
0
pub points
33%
popularity

Publisher

unverified uploader

A Zendesk Flutter plugin.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_zendesk