zendesk_flutter_plus 0.1.0
zendesk_flutter_plus: ^0.1.0 copied to clipboard
A Flutter plugin that bridges the latest Zendesk Messaging SDK (Android & iOS) to Flutter apps via MethodChannel. Supports messaging UI, JWT authentication, events, push notifications, and conversatio [...]
0.1.0 #
Added #
-
Messaging SDK integration
initializewith channel keyshowmessaging UIloginUser/logoutUserwith JWTgetUnreadMessageCountsetConversationTags/clearConversationTagssetConversationFields/clearConversationFieldsupdatePushNotificationToken- Event streaming via
onEvent
-
Classic Support SDK v2 integration
initializeClassicwith subdomain URL, app ID, and client IDsetClassicIdentity(JWT) andsetClassicAnonymousIdentitygetTickets,getTicket,createTicketgetTicketComments,addTicketCommentuploadAttachment,deleteAttachment
-
Android platform support (Kotlin)
-
Example app demonstrating all features