flutter/packages/flutter_tools/lib/src/windows
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
..
application_package.dart [flutter_tools] support flutter run -d winuwp (#82373) 2021-05-12 20:45:30 -07:00
build_windows.dart [flutter_tools] make bundle-sksl-path a define (#81576) 2021-04-30 17:39:07 -07:00
install_manifest.dart [flutter_tools] fix asset directory paths for UWP (#80984) 2021-04-22 13:35:45 -07:00
uwptool.dart Support uninstall, install status query for UWP (#82481) 2021-05-13 16:15:09 -07:00
visual_studio_validator.dart Migrate visual_studio_test (#80088) 2021-04-08 19:14:27 -07:00
visual_studio.dart Migrate visual_studio_test (#80088) 2021-04-08 19:14:27 -07:00
windows_device.dart Support uninstall, install status query for UWP (#82481) 2021-05-13 16:15:09 -07:00
windows_workflow.dart Migrate some workflows and doctor validators to null safety (#79807) 2021-04-05 14:00:36 -07:00