zendesk_flutter_combination 0.0.1 copy "zendesk_flutter_combination: ^0.0.1" to clipboard
zendesk_flutter_combination: ^0.0.1 copied to clipboard

A support implementation of zendesk classic sdk with helpcenter, request/ticket list and new ticket/request

Zendesk Flutter Support #

  • Native UI
  • Chat history
  • Answer Bot
  • Ticket list

How to use? #

Initialize #


  @override
  void initState() {
    super.initState();
    ZendeskFlutterCombination.initialize(
                   appId: "{zendeskApplicationId}",
                   clientId: "{zendeskMobileClientId}",
                   nameIdentifier: "{customerNameIdentifieer}",
                   urlString: "{yourCompanyzendeskDomain}");
                  
  }

just use initialize() one time

Show help center #

 ZendeskFlutterCombination.showHelpCenter();

You can use in onTap()

Show ticket/request list #

 ZendeskFlutterCombination.showRequestList();

You can use in onTap()

Show new request/ticket screen #

 ZendeskFlutterCombination.showRequest();

You can use in onTap()

Contribute #

  • You can star and share with other developers if you feel good and learn something from this repository.
  • If you have some ideas, please discuss them with us or commit PR.
5
likes
120
pub points
41%
popularity

Publisher

unverified uploader

A support implementation of zendesk classic sdk with helpcenter, request/ticket list and new ticket/request

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on zendesk_flutter_combination