reason

repair

......@@ -59,7 +59,11 @@ Future<void> main() async {
SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual,
overlays: [SystemUiOverlay.bottom]);
// TODO(weilu): 启动体验不佳。状态栏、导航栏在冷启动开始的一瞬间为黑色,且无法通过隐藏、修改颜色等方式进行处理。。。
// 相关问题跟踪:https://github.com/flukey: key) {
// 相关问题跟踪:https://github.com/flutter/flutter/issues/73351
}
class MyApp extends StatelessWidget {
MyApp({Key? key, this.home, this.theme}) : super(key: key) {
Log.init();
initDio();
Routes.initRoutes();
......