zendesk_flutter_plus 0.1.0 copy "zendesk_flutter_plus: ^0.1.0" to clipboard
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

    • initialize with channel key
    • show messaging UI
    • loginUser / logoutUser with JWT
    • getUnreadMessageCount
    • setConversationTags / clearConversationTags
    • setConversationFields / clearConversationFields
    • updatePushNotificationToken
    • Event streaming via onEvent
  • Classic Support SDK v2 integration

    • initializeClassic with subdomain URL, app ID, and client ID
    • setClassicIdentity (JWT) and setClassicAnonymousIdentity
    • getTickets, getTicket, createTicket
    • getTicketComments, addTicketComment
    • uploadAttachment, deleteAttachment
  • Android platform support (Kotlin)

  • Example app demonstrating all features

1
likes
140
points
--
downloads

Publisher

unverified uploader

Weekly Downloads

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 conversation metadata.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on zendesk_flutter_plus

Packages that implement zendesk_flutter_plus