flutter/dev/integration_tests/windows_startup_test/lib
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
..
main.dart Fix violation of the render rule in Windows Startup Test (#134245) 2023-09-21 17:43:07 +00:00
windows.dart Test Utf8FromUtf16 (#118647) 2023-01-23 16:07:55 -05:00