LiZhuoyuan
Committed by GitHub

Merge pull request #205 from idootop/master

修复ScreenUtilInit的{}未闭合问题
... ... @@ -30,7 +30,7 @@ class ScreenUtilInit extends StatelessWidget {
designSize: designSize,
allowFontScaling: allowFontScaling,
);
}
return child;
},
);
... ...