|
|
@@ -40,6 +40,8 @@ class _LaunchPageState extends State<LaunchPage> { |
|
|
|
Logger.debug('ConnectivityResult.wifi'); |
|
|
|
print('ConnectivityResult.wifi'); |
|
|
|
Application.init().then((_) async { |
|
|
|
NativeUtil.notifyInitSuccess(); |
|
|
|
|
|
|
|
PackageInfo packageInfo = await PackageInfo.fromPlatform(); |
|
|
|
String versionNumber = |
|
|
|
await SharedPreferencesUtil.getStringValue(Constants.versionNumber); |
|
|
@@ -58,7 +60,6 @@ class _LaunchPageState extends State<LaunchPage> { |
|
|
|
// CupertinoPageRoute(builder: (context) => HomePage())); |
|
|
|
Navigator.of(context).pushReplacementNamed('/homePage'); |
|
|
|
} |
|
|
|
NativeUtil.notifyInitSuccess(); |
|
|
|
}).catchError((err) async { |
|
|
|
if(err.toString().contains("BaseSettingModel")){ |
|
|
|
await showDialog(context: context,child: TipDialog(content: "基本配置加载失败!请检查网络是否可用后再启动应用!",)); |
|
|
|