Coder Social home page Coder Social logo

sirquy / flutter_helpcenter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from r723/flutter_helpcenter

0.0 0.0 0.0 234.19 MB

License: MIT License

Shell 0.06% Ruby 0.22% C++ 6.16% C 1.30% Objective-C 71.75% Java 0.11% Kotlin 0.64% Dart 0.80% CSS 2.37% Swift 0.21% Makefile 16.39%

flutter_helpcenter's Introduction

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:

  1. Add the following dependency to your project's pubspec.yaml file:
dependencies:
  zendesk_helpcenter: ^1.0.0
  1. Run the following command to fetch the plugin's dependencies:
flutter pub get
  1. Import the plugin in your Dart code:
import 'package:zendesk_helpcenter/zendesk_helpcenter.dart';

Usage

To create a support ticket using the Zendesk HelpCenter Flutter Plugin, follow these steps:

  1. 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");
  1. Call the createTicket method to open the ticket creation interface:
 ZendeskHelpcenter.showRequestList();

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.

flutter_helpcenter's People

Contributors

r723 avatar sirquy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.