kindly_sdk 1.0.0 copy "kindly_sdk: ^1.0.0" to clipboard
kindly_sdk: ^1.0.0 copied to clipboard

Kindly Chat SDK for Flutter - Customer support chat widget for iOS and Android applications.

Changelog #

All notable changes to this project will be documented in this file.

1.0.0 - 2025-07-10 #

Initial Release #

Features

  • 🚀 Complete Flutter bridge to native Kindly Chat SDKs (iOS & Android)
  • 🎨 Customizable themes with full color control
  • 🔐 JWT authentication support with callback mechanism
  • 🌍 Multi-language support
  • 💬 Real-time chat functionality
  • 📱 Native iOS and Android implementations
  • 🔔 Push notification support (APNS for iOS, FCM for Android)
  • 🎯 Dialogue triggering capabilities
  • 📊 Context data support for personalized conversations
  • 🐛 Crash reporting and verbose logging options

API Methods

  • start() - Initialize the SDK with bot key and optional auth callback
  • displayChat() - Show the chat interface
  • launchChat() - Launch chat with optional dialogue trigger
  • closeChat() - Close the chat interface
  • endChat() - End the chat session completely
  • setCustomTheme() - Customize chat appearance
  • clearCustomTheme() - Reset to default theme (Android only)
  • setNewContext() - Set contextual user data
  • clearNewContext() - Clear context data
  • saveAuthToken() - Save authentication token
  • setAPNSDeviceToken() - Set iOS push notification token
  • saveNotificationToken() - Set Android push notification token
  • handleNotification() - Process incoming notifications
  • isKindlyNotification() - Check if notification is from Kindly
  • triggerDialogue() - Trigger specific dialogue
  • clearTriggerDialogue() - Clear triggered dialogue (Android only)
  • setHandoverCallback() - Set handover callback (Android only)
  • isChatDisplayed - Check if chat is currently displayed
  • setVerboseLogging() - Enable/disable verbose logging
  • setCrashReporting() - Enable/disable crash reporting

Platform Support

  • iOS 12.0+
  • Android API Level 21+
  • Flutter 2.0.0+

Dependencies

  • Native Kindly iOS SDK (via CocoaPods/SPM)
  • Native Kindly Android SDK (via JitPack)
0
likes
150
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

Kindly Chat SDK for Flutter - Customer support chat widget for iOS and Android applications.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on kindly_sdk

Packages that implement kindly_sdk