|
|
@@ -18,6 +18,7 @@ import 'package:zhiying_base_widget/utils/mob_push_util.dart'; |
|
|
|
import 'package:zhiying_business_college/register.dart'; |
|
|
|
import 'package:zhiying_new_user_free/register.dart'; |
|
|
|
import 'package:zhiying_wechat_teacher/register.dart'; |
|
|
|
import 'package:zhiying_moments/register.dart'; |
|
|
|
|
|
|
|
void main() { |
|
|
|
FlutterError.onError = (FlutterErrorDetails details) { |
|
|
@@ -55,6 +56,7 @@ class _MyAppState extends State<MyApp> { |
|
|
|
BusinessCollageRegister.init(); |
|
|
|
NewUserFreeRegister.init(); |
|
|
|
WeChatTeachRegister.init(); |
|
|
|
FriendCircleRegister.init(); |
|
|
|
print('初始化百川'); |
|
|
|
FlutterAlibc.initAlibc(version: "", appName: "").then((result) { |
|
|
|
print("白川" + '${result.errorCode} ${result.errorMessage}'); |
|
|
|