flutter/dev/integration_tests/windows_startup_test
Tong Mu 203ec67c65
Fix violation of the render rule in Windows Startup Test (#134245)
This PR fixes yet another case in the windows startup test that violates the render rule, which caused https://github.com/flutter/engine/pull/45300 to be reverted.

Although the `FlutterView.render` call is within `onBeginFrame`, there is an `await` before the call, causing the call to fall out of the synchronous scope.

I've added this problem to the documentation of `FlutterView.render` in https://github.com/flutter/engine/pull/45555.
2023-09-21 17:43:07 +00:00
..
lib Fix violation of the render rule in Windows Startup Test (#134245) 2023-09-21 17:43:07 +00:00
test_driver Test Utf8FromUtf16 (#118647) 2023-01-23 16:07:55 -05:00
windows [Windows] Add target architecture to build path (#131843) 2023-08-31 09:09:02 -07:00
.metadata [Windows] Add app startup integration test (#110114) 2022-08-25 18:54:20 -07:00
pubspec.yaml [deps] Update package:web dependency. (#135174) 2023-09-20 22:55:52 +00:00
README.md [Windows] Add app startup integration test (#110114) 2022-08-25 18:54:20 -07:00

Windows start up test

This test verifies that Flutter draws a frame before the Windows app is shown.