flutter/packages/flutter_tools/test/general.shard/windows
Chris Bracken 53c2f7086b
[flutter_tools] support flutter run -d winuwp (#82373)
Allow flutter run to work end-to-end with a UWP device.

Uses win32/ffi for the actual launch of the application, injected via
the native API class. This is structured to avoid a g3 dependency.

Install and amuid require powershell scripts for now.

Actually connecting to the observatory requires running a command in an
elevated prompt. Instructions are presented to the user if a terminal is
attached.

This is a rebased version of https://github.com/flutter/flutter/pull/79684
by @jonahwilliams, updated to remove `NativeApi` and replace is with calls
to `uwptool`.

Part of https://github.com/flutter/flutter/issues/82085
2021-05-12 20:45:30 -07:00
..
install_manifest_test.dart Reland double gzip wrapping NOTICES to reduce on-disk installed space (#80897) 2021-04-26 22:35:45 -07:00
plugins_test.dart Reland the Dart plugin registry (#79669) 2021-04-23 15:34:04 -07:00
project_test.dart [flutter_tools] support flutter run -d winuwp (#82373) 2021-05-12 20:45:30 -07:00
visual_studio_test.dart Adopt FakeProcessManager.empty (#80480) 2021-04-15 14:19:02 -07:00
visual_studio_validator_test.dart Move FakeOperatingSystemUtils from context.dart to fakes.dart (#80916) 2021-04-22 10:44:02 -07:00
windows_device_test.dart [flutter_tools] support flutter run -d winuwp (#82373) 2021-05-12 20:45:30 -07:00
windows_workflow_test.dart Migrate features_tests and other tool tests to null safety (#80168) 2021-04-12 12:35:02 -07:00