You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
章文轩 634aa29577
更新商品悬浮大小
2 years ago
..
android open source sdk 3 years ago
assets update 2 years ago
example update 2 years ago
ios open source sdk 3 years ago
lib 更新商品悬浮大小 2 years ago
macos open source sdk 3 years ago
test open source sdk 3 years ago
windows open source sdk 3 years ago
.gitignore open source sdk 3 years ago
.metadata open source sdk 3 years ago
CHANGELOG.md update 2 years ago
LICENSE open source sdk 3 years ago
README.md update 2 years ago
chat.jpeg open source sdk 3 years ago
chat.png open source sdk 3 years ago
chat_type.jpeg open source sdk 3 years ago
home.jpeg open source sdk 3 years ago
luobosi_mp.png open source sdk 3 years ago
notice.jpeg open source sdk 3 years ago
postscript.png open source sdk 3 years ago
pubspec.yaml 增加用户发送商品信息按钮,自动发送关闭 2 years ago
robot.jpeg open source sdk 3 years ago
robot2.jpeg open source sdk 3 years ago
setting.jpeg open source sdk 3 years ago
shop.png open source sdk 3 years ago
status.jpeg open source sdk 3 years ago
userinfo.jpeg open source sdk 3 years ago

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

bytedesk helpdesk system

bytedesk flutter helpdesk sdk

Features

  • support andorid/ios/web
  • chat with agent
  • shopping chat, send commodity info
  • send post script message
  • check online status
  • get history thread
  • message voice && vibrate setting
  • chat with robot
  • send and play video message
  • chat notification

Getting Started

Zero Step: Copy Assets dir from bytedesk_demo

assets:
    - assets/audio/
    - assets/images/chat/
    - assets/images/feedback/

First Step: Register Account

Second StepLogin

// appkey和subDomain请替换为真实值
// 获取appkey登录后台->渠道管理->Flutter->添加应用->获取appkey
String _appKey = '81f427ea-4467-4c7c-b0cd-5c0e4b51456f';
// 获取subDomain也即企业号登录后台->客服管理->客服账号->企业号
String _subDomain = "vip";
BytedeskKefu.init(_appKey, _subDomain);

Third StepContact

BytedeskKefu.startWorkGroupChat(context, workGroupWid, "title");

Completed

image1 image2 image3

Change UI

  • create new folder: vendors
  • Download latest source code, put into vendors folder
  • integrate source in pubspect.yaml
bytedesk_kefu:
    path: ./vendors/bytedesk_kefu

Support

  • 官网
  • QQ 3Group: 825257535
  • Follow Us

Other