mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Part 1 sets up the test to run but the UI has not been ported yet so the test hangs. This is mostly a straight port from https://cs.opensource.google/fuchsia/fuchsia/+/main:src/ui/tests/integration_input_tests/text-input/ There were some nuances: - Some FIDL APIs are not available in the SDK and have to be referenced by name instead (vulkan.Loader, scheduler.ProfileProvider). - Some subtle differences between the GN rules in fuchsia.git vs. engine (e.g. fuchsia_component doesn't append .cm by default to CFv2 output). - Moved shared logic from embedder test into a utils/ folder to facilitate writing new tests in the future. Part 2 will port over the UI to dart:ui.