- Native UI
- Chat history
- Answer Bot
- Ticket list
@override
void initState() {
super.initState();
ZendeskFlutterCombination.initialize(
appId: "{zendeskApplicationId}",
clientId: "{zendeskMobileClientId}",
nameIdentifier: "{customerNameIdentifieer}",
urlString: "{yourCompanyzendeskDomain}");
}
just use initialize() one time
ZendeskFlutterCombination.showHelpCenter();
You can use in onTap()
ZendeskFlutterCombination.showRequestList();
You can use in onTap()
ZendeskFlutterCombination.showRequest();
You can use in onTap()
- 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.