zendesk_helpcenter

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

zendesk helpcenter

Zendesk HelpCenter Flutter Plugin
The Zendesk HelpCenter Flutter Plugin is a plugin for integrating Zendesk ticket creation functionality into your Flutter application. This plugin allows users to create support tickets within the app using Zendesk's HelpCenter for android and iOS.
Features

Ticket Creation: Users can create support tickets directly within the Flutter app.
Zendesk Integration: The plugin seamlessly integrates with Zendesk's HelpCenter, ensuring smooth ticket creation and management.

Installation
To use the Zendesk HelpCenter Flutter Plugin in your Flutter project, follow these steps:

Add the following dependency to your project's pubspec.yaml file:

dependencies:
zendesk_helpcenter: ^1.0.0
copied to clipboard

Run the following command to fetch the plugin's dependencies:

flutter pub get
copied to clipboard

Import the plugin in your Dart code:

import 'package:zendesk_helpcenter/zendesk_helpcenter.dart';
copied to clipboard
Usage
To create a support ticket using the Zendesk HelpCenter Flutter Plugin, follow these steps:

Initialize the plugin with your Zendesk HelpCenter credentials:

ZendeskHelpcenter.initialize(
appId: "Your zendesk app id from zendesk developer console",
clientId: "Your zendesk client id from zendesk developer console",
nameIdentifier:
"Unique id for user , you can put jwt token or access token",
urlString: "App url from of zendesk app");
copied to clipboard

Call the createTicket method to open the ticket creation interface:

ZendeskHelpcenter.showRequestList();copied to clipboard
If community required custome filed with create ticket, let create the issue i will update repo
Make sure to replace 'YOUR_ZENDESK_URL', 'YOUR_APP_ID', and 'YOUR_CLIENT_ID' with your actual Zendesk HelpCenter credentials.
Issues and Contributions
If you encounter any issues with the Zendesk HelpCenter Flutter Plugin or would like to contribute to its development, please visit the GitHub repository: (https://github.com/r723/flutter_helpcenter/tree/main)
License
The Zendesk HelpCenter Flutter Plugin is released under the MIT License.
Acknowledgments
We would like to acknowledge and thank Zendesk for their HelpCenter platform, which serves as the backbone for this plugin.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.