flutter/packages/flutter_tools/lib
Chris Bracken 14546bfad1
Support uninstall, install status query for UWP (#82481)
Adds UwpTool.install and UwpTool.uninstall methods. Refactors the
PowerShell-based install code to move the powershell-related bits out of
the Device class and into UwpTool so that when we swap out the
PowerShell-based install for the uwptool-based install, it's transparent
to the WindowsUWPDevice class.

Adds implementations for:
* WindowsUWPDevice.isAppInstalled
* WindowsUWPDevice.uninstallApp

Refactors:
* WindowsUWPDevice.installApp
2021-05-13 16:15:09 -07:00
..
src Support uninstall, install status query for UWP (#82481) 2021-05-13 16:15:09 -07:00
executable.dart [flutter_tools] split host artifacts out of Artifacts (#80876) 2021-04-22 19:29:02 -07:00
runner.dart Remove crash_reporting and github_template from reporting library (#80139) 2021-04-09 15:24:15 -07:00