flutter_easyloading icon indicating copy to clipboard operation
flutter_easyloading copied to clipboard

FlutterBoost 下没法初始化。

Open hackware1993 opened this issue 2 years ago • 5 comments

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 下没法初始化。

hackware1993 avatar Apr 14 '22 07:04 hackware1993

Thanks for taking the time to open an issue. I will have a look and answer as soon as possible.

github-actions[bot] avatar Apr 14 '22 07:04 github-actions[bot]

@hackware1993 你最后怎么解决的?

yoni1988 avatar Jun 02 '22 03:06 yoni1988

不用它了

hackware1993 avatar Jun 02 '22 03:06 hackware1993

用了后你会发现dialog 的弹窗没法被flutterboost 捕获,使用 init(builder) 这个方式初始化 发现没效果

tang5011235 avatar Sep 28 '22 03:09 tang5011235

同问! 呜呜呜🥹

shougonyiren avatar Apr 03 '23 09:04 shougonyiren