From 5240c03a0f055b3e8fe8ff2f07eded2191f45fb1 Mon Sep 17 00:00:00 2001 From: LiZhuoyuan Date: Tue, 29 Sep 2020 11:56:57 +0800 Subject: [PATCH] Update README_PT.md --- README_PT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_PT.md b/README_PT.md index a1a248c..8e61558 100644 --- a/README_PT.md +++ b/README_PT.md @@ -48,7 +48,7 @@ Certifique-se de definir as dimensões na paginal inicial do MaterialApp (ou sej void main() { WidgetsFlutterBinding.ensureInitialized(); //Set the fit size (fill in the screen size of the device in the design) If the design is based on the size of the iPhone6 ​​(iPhone6 ​​750*1334) - ScreenUtil.init(designSize: Size(750, 1334), allowFontScaling: false); + ScreenUtil.init(context, designSize: Size(750, 1334), allowFontScaling: false); runApp(MyApp()); }