gtateth_flutter_sdk 0.1.10 copy "gtateth_flutter_sdk: ^0.1.10" to clipboard
gtateth_flutter_sdk: ^0.1.10 copied to clipboard

Official Flutter SDK and native UI components for g-tateth chat widget integration.

Changelog #

0.1.10 #

  • Added chatbotAssistantName to ChatWidgetSettings.
  • Synced chatbot assistant names from tenant widget settings.
  • Used the chatbot assistant name in typing indicators and chatbot message labels.
  • Added onBackPressed and backButtonLabel on GtatethChatWidget for host app navigation.
  • Updated package documentation for the 0.1.10 pub.dev release.

0.1.9 #

  • Added automatic local persistence for in-app customization changes on mobile chat widget.
  • Saved theme/settings now survive app refresh and restart.
  • Added persistInAppCustomization (default true) and customizationStorageKey on GtatethChatWidget.
  • Local persisted customization is applied after tenant settings, so latest mobile customization is retained.

0.1.8 #

  • Improved web-to-mobile behavior parity in GtatethChatWidget settings application.
  • Added smarter greeting fallback: chatbot.greetingMessage falls back to behavior.greetingMessage.
  • Added chatbotShowsOnline to ChatWidgetSettings and support for chatbot.advanced.chatbotShowsOnline.
  • Added in-app customization controls for offlineMessage and chatbot online status.
  • Added broader tenant setting key compatibility for agent identity and behavior toggles.

0.1.7 #

  • Added web-style tabbed settings sections in mobile in-app customization page: Appearance, Behavior, and Chatbot.
  • Replaced preset color chips with a full RGB color picker dialog.
  • Added chatbot settings fields to ChatWidgetSettings.

0.1.6 #

  • Replaced in-chat modal customization with a dedicated full-screen mobile settings page.
  • Tapping the header settings icon now navigates to Chat Widget Settings page in-app.

0.1.5 #

  • Added in-app mobile customization support with settings icon in chat header.
  • Added allowInAppCustomization, onThemeChanged, and onSettingsChanged on GtatethChatWidget.

0.1.4 #

  • Added automatic runtime tenant settings sync for GtatethChatWidget via /api/widget/settings.
  • Added useTenantSettings toggle (defaults to true) to allow local-only widget customization when needed.

0.1.3 #

  • Added ChatWidgetSettings to let tenants customize chat widget text and behavior.
  • Updated GtatethChatWidget to accept SDK-level settings (header/status/empty state/composer/message layout).

0.1.2 #

  • Update README quick integration example.

0.1.1 #

  • Updated package documentation for pub.dev installation and production usage.
  • Clarified tenant configuration and customer identity setup in examples.

0.1.0 #

  • Initial release of gtateth_flutter_sdk.
  • Added typed widget API client (/api/widget/*).
  • Added realtime Socket.IO client.
  • Added native Flutter chat UI components.
  • Added integration documentation and examples in README.
1
likes
130
points
34
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Official Flutter SDK and native UI components for g-tateth chat widget integration.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter, http, shared_preferences, socket_io_client, uuid

More

Packages that depend on gtateth_flutter_sdk