-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilitytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
In order to launch UWP applications, we need to use a win32 native API:
This would be the only usage of ffi/win32 in the tool. Since the tool is not really set up to test this usage, we could instead build a C/C++ program in the engine which provides a command line application to launch apps, similar to the libimobile device tools.
This could be more easily tested in the engine, and the tool could depend on it like it does the existing prebuilts.
Example:
uwp_launcher launch SOME-ID ARGS
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilitytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.