Jewel105
Results
2
comments of
Jewel105
需要初始化屏幕尺寸 await ScreenUtil.ensureScreenSize(); runApp(const MyApp());
Ensure that the screen size is initialized before running the app. ``` // This is particularly useful for adapting UI layouts to different screen sizes. await ScreenUtil.ensureScreenSize(); runApp(const MyApp()); ```