flutter_easyloading
                                
                                 flutter_easyloading copied to clipboard
                                
                                    flutter_easyloading copied to clipboard
                            
                            
                            
                        FlutterBoost 下没法初始化。
if (boostEnable) {
  return FlutterBoostApp(
    routeFactory,
    appBuilder: appBuilder,
    initialRoute: initialRoute,
  );
} else {
  return MaterialApp(
    initialRoute: initialRoute,
    routes: routes
        .map((key, value) => MapEntry(key, (context) => value.call())),
    builder: EasyLoading.init(),
  );
}
FlutterBoost 下没法初始化。
Thanks for taking the time to open an issue. I will have a look and answer as soon as possible.
@hackware1993 你最后怎么解决的?
不用它了
用了后你会发现dialog 的弹窗没法被flutterboost 捕获,使用 init(builder) 这个方式初始化 发现没效果
同问! 呜呜呜🥹