We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
原生 tableController----> home---> 点击跳转---> flutter 页面白屏
return OKToast( child: ScreenUtilInit( designSize: const Size(375, 667), minTextAdapt: false, child: GetMaterialApp( localizationsDelegates: const [ GlobalMaterialLocalizations .delegate, GlobalWidgetsLocalizations.delegate, GlobalCupertinoLocalizations.delegate, ], translationsKeys: APIManager.instance.translations.keys, supportedLocales: const [ Locale('en', 'US'), Locale('zh', 'Hant'), Locale('zh', 'Hans'), Locale('ms', 'MY'), Locale('ja', 'JP'), // 添加日语支持 ], home: home, debugShowCheckedModeBanner: false, theme: ThemeData( colorScheme: const ColorScheme.light( primary: Colors.black, // 这将影响光标颜色,以及其他依赖primary颜色的组件 ), ), builder: (context, __) { return FlutterEasyLoading(child: home); }, locale: APIManager.instance.getLocale(), fallbackLocale: const Locale('en', 'US'), ), ), );
初始化代码, 我使用了ScreenUtilInit
iOS
3.22.0
5.0.2
No
The text was updated successfully, but these errors were encountered:
有什么报错日志么,如果用了screenutil,看看是不是 #2106 里的问题
Sorry, something went wrong.
先close,如果是新问题,请reopen
发现是重写了 路由 "/" 指定了一个页面, 也是偶现的情况
No branches or pull requests
请描述遇到的问题,以及您所期望的正确的结果
原生
tableController----> home---> 点击跳转---> flutter 页面白屏
请说明如何操作会遇到上述问题
初始化代码, 我使用了ScreenUtilInit
在下面填入关键复现代码
复现的平台
iOS
Flutter SDK版本
3.22.0
FlutterBoost版本
5.0.2
是否延迟初始化FlutterBoost
No
解决方案
The text was updated successfully, but these errors were encountered: