- 21 Sep, 2023 1 commit
-
-
Tong Mu authored
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.
-
- 23 Feb, 2023 1 commit
-
-
Tomasz Gucio authored
-
- 18 Feb, 2023 1 commit
-
-
Michael Goderbauer authored
* Remove more references to dart:ui.window * two more doc referenes * revert icon_color_test.dart
-
- 13 Feb, 2023 1 commit
-
-
Tomasz Gucio authored
--------- Co-authored-by:
schectman <schectman@google.com>
-
- 23 Jan, 2023 1 commit
-
-
yaakovschectman authored
-
- 09 Sep, 2022 1 commit
-
-
Loïc Sharma authored
-
- 03 Sep, 2022 1 commit
-
-
Jenn Magder authored
-
- 02 Sep, 2022 1 commit
-
-
Loïc Sharma authored
-
- 30 Aug, 2022 1 commit
-
-
Loïc Sharma authored
-
- 26 Aug, 2022 1 commit
-
-
Loïc Sharma authored
Add a basic integration test for the Windows's app startup. In a subsequent change (https://github.com/flutter/flutter/pull/109816), this test will be updated to verify the app's window isn't visible until after the first frame has been drawn. Part of https://github.com/flutter/flutter/issues/41980
-