@ -189,6 +189,8 @@ class _MyAppState extends State<MyApp> with WidgetsBindingObserver {
content: event.message.content,
onReply: () {
OverlaySupportEntry.of(context).dismiss();
// 进入客服页面,支持自定义页面标题
BytedeskKefu.startChatThread(context, event.message.thread, title: '客服会话');
},
);
}, duration: Duration(milliseconds: 4000));
@ -40,7 +40,7 @@ dependencies:
# 请在ios/Podfile中添加:use_frameworks!
vibration: ^1.7.2
# https://pub.dev/packages/bytedesk_kefu
bytedesk_kefu: ^0.3.0
bytedesk_kefu: ^0.3.1
# The following adds the Cupertino Icons font to your application.