diff --git a/pubspec.yaml b/pubspec.yaml index 5ef8dd5..04c022c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 2026.0407.2+50 +version: 2026.0408.1+51 environment: sdk: ^3.9.2 diff --git a/test/screens/device_config_screen_test.dart b/test/screens/device_config_screen_test.dart index e9e1761..712e7a0 100644 --- a/test/screens/device_config_screen_test.dart +++ b/test/screens/device_config_screen_test.dart @@ -42,6 +42,10 @@ Future _pumpDeviceConfigScreen( WidgetTester tester, { required ConnectionProvider connectionProvider, }) async { + tester.view.physicalSize = const Size(1440, 4000); + tester.view.devicePixelRatio = 1; + addTearDown(tester.view.reset); + await tester.pumpWidget( MultiProvider( providers: [