gtateth_flutter_sdk 0.1.10
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
chatbotAssistantNametoChatWidgetSettings. - Synced chatbot assistant names from tenant widget settings.
- Used the chatbot assistant name in typing indicators and chatbot message labels.
- Added
onBackPressedandbackButtonLabelonGtatethChatWidgetfor host app navigation. - Updated package documentation for the
0.1.10pub.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(defaulttrue) andcustomizationStorageKeyonGtatethChatWidget. - Local persisted customization is applied after tenant settings, so latest mobile customization is retained.
0.1.8 #
- Improved web-to-mobile behavior parity in
GtatethChatWidgetsettings application. - Added smarter greeting fallback:
chatbot.greetingMessagefalls back tobehavior.greetingMessage. - Added
chatbotShowsOnlinetoChatWidgetSettingsand support forchatbot.advanced.chatbotShowsOnline. - Added in-app customization controls for
offlineMessageand 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, andChatbot. - 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 Settingspage in-app.
0.1.5 #
- Added in-app mobile customization support with settings icon in chat header.
- Added
allowInAppCustomization,onThemeChanged, andonSettingsChangedonGtatethChatWidget.
0.1.4 #
- Added automatic runtime tenant settings sync for
GtatethChatWidgetvia/api/widget/settings. - Added
useTenantSettingstoggle (defaults totrue) to allow local-only widget customization when needed.
0.1.3 #
- Added
ChatWidgetSettingsto let tenants customize chat widget text and behavior. - Updated
GtatethChatWidgetto 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.