bump: Flutter 3.24.4 && Rust 1.82.0

This commit is contained in:
2024-11-03 15:33:52 +08:00
parent 11a54501c0
commit c6ced405ef
27 changed files with 45 additions and 44 deletions

View File

@ -76,8 +76,7 @@ class SplashUI extends HookConsumerWidget {
await _showAlert(context, appConf);
}
try {
// crash on debug mode, why?
if (!kDebugMode) await URLConf.checkHost();
await URLConf.checkHost();
} catch (e) {
dPrint("checkHost Error:$e");
}