From 25d06c582515a42cc8ea4809006ed4869a124458 Mon Sep 17 00:00:00 2001 From: Utsav Ghimire Date: Sun, 7 Aug 2022 08:11:41 +0545 Subject: [PATCH] changed the screen size for iphone 12 --- device_frame/lib/src/devices/ios/iphone_12/device.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device_frame/lib/src/devices/ios/iphone_12/device.dart b/device_frame/lib/src/devices/ios/iphone_12/device.dart index 03386ac3..8123fb12 100644 --- a/device_frame/lib/src/devices/ios/iphone_12/device.dart +++ b/device_frame/lib/src/devices/ios/iphone_12/device.dart @@ -15,7 +15,7 @@ final info = DeviceInfo( name: 'iPhone 12', pixelRatio: 2.0, frameSize: const Size(873.0, 1771.0), - screenSize: const Size(1024.0, 1366.0), + screenSize: const Size(390.0, 844.0), safeAreas: const EdgeInsets.only( left: 0.0, top: 24.0,