Skip to content

Commit 5240c03

Browse files
authored
Update README_PT.md
1 parent 36b25de commit 5240c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_PT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Certifique-se de definir as dimensões na paginal inicial do MaterialApp (ou sej
4848
void main() {
4949
WidgetsFlutterBinding.ensureInitialized();
5050
//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)
51-
ScreenUtil.init(designSize: Size(750, 1334), allowFontScaling: false);
51+
ScreenUtil.init(context, designSize: Size(750, 1334), allowFontScaling: false);
5252
runApp(MyApp());
5353
}
5454

0 commit comments

Comments
 (0)