LiZhuoyuan
Committed by GitHub

Update README.md

fix #244
@@ -49,7 +49,6 @@ class MyApp extends StatelessWidget { @@ -49,7 +49,6 @@ class MyApp extends StatelessWidget {
49 //Set the fit size (fill in the screen size of the device in the design,in dp) 49 //Set the fit size (fill in the screen size of the device in the design,in dp)
50 return ScreenUtilInit( 50 return ScreenUtilInit(
51 designSize: Size(360, 690), 51 designSize: Size(360, 690),
52 - allowFontScaling: false,  
53 builder: () => MaterialApp( 52 builder: () => MaterialApp(
54 ... 53 ...
55 ), 54 ),