update 0.4.0

master
jackning 4 years ago
parent b425f89245
commit 9e4633aa32

@ -25,12 +25,11 @@ void main() {
// https://www.bytedesk.com/antv/user/login // https://www.bytedesk.com/antv/user/login
// appkeysubDomain // appkeysubDomain
// appkey->->->->appkey // appkey->->->->appkey
String _androidKey = "66390193-b2c1-4edb-aa5f-50b1541059e8"; String _appKey = "45c513b8-0331-414c-8412-7e2cdfb3eb9f";
String _iOSKey = "201809171553112";
// subDomain->->-> // subDomain->->->
String _subDomain = "vip"; String _subDomain = "vip";
// //
BytedeskKefu.anonymousLogin(_androidKey, _iOSKey, _subDomain); BytedeskKefu.anonymousLogin(_appKey, _subDomain);
} }
class MyApp extends StatefulWidget { class MyApp extends StatefulWidget {

@ -40,7 +40,7 @@ dependencies:
# 请在ios/Podfile中添加use_frameworks! # 请在ios/Podfile中添加use_frameworks!
vibration: ^1.7.2 vibration: ^1.7.2
# https://pub.dev/packages/bytedesk_kefu # https://pub.dev/packages/bytedesk_kefu
bytedesk_kefu: ^0.3.8 bytedesk_kefu: ^0.4.0
# The following adds the Cupertino Icons font to your application. # The following adds the Cupertino Icons font to your application.

Loading…
Cancel
Save