1. 23 Sep, 2022 1 commit
  2. 08 Sep, 2022 1 commit
  3. 02 Sep, 2022 1 commit
  4. 29 Aug, 2022 2 commits
  5. 18 Jul, 2022 1 commit
  6. 15 Jun, 2022 1 commit
  7. 26 Apr, 2022 1 commit
  8. 09 Mar, 2022 1 commit
  9. 02 Feb, 2022 1 commit
  10. 23 Dec, 2021 1 commit
  11. 02 Nov, 2021 1 commit
  12. 30 Oct, 2021 1 commit
  13. 08 Oct, 2021 3 commits
  14. 29 Sep, 2021 1 commit
  15. 30 Aug, 2021 1 commit
    • Sigurd Meldgaard's avatar
      Stop calling top level pub (#89032) · bce36620
      Sigurd Meldgaard authored
      * Use `dart __deprecated_pub` instead of `pub` to invoke pub from tools
      
      The top level `pub` commmand has been deprecated and will print
      a message. It is however implemented via the __deprecated_pub command
      that prints no message.
      bce36620
  16. 13 Jul, 2021 1 commit
  17. 12 Jul, 2021 2 commits
  18. 07 Jul, 2021 1 commit
  19. 25 Jun, 2021 1 commit
  20. 17 May, 2021 1 commit
    • Chris Bracken's avatar
      [tool] Improve Windows install process (#82659) · 7c5857d3
      Chris Bracken authored
      This eliminates the use of the Install.ps1 script during Windows app
      installation and instead uses uwptool install. Install.ps1 was the
      slowest part of app install, and had resource contention issues that
      frequently caused it to fail.
      7c5857d3
  21. 13 May, 2021 2 commits
    • Chris Bracken's avatar
      Support uninstall, install status query for UWP (#82481) · 14546bfa
      Chris Bracken authored
      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
      14546bfa
    • Chris Bracken's avatar
      [flutter_tools] support flutter run -d winuwp (#82373) · 53c2f708
      Chris Bracken authored
      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
      53c2f708
  22. 23 Apr, 2021 1 commit
  23. 14 Apr, 2021 1 commit
  24. 09 Apr, 2021 1 commit
  25. 05 Apr, 2021 1 commit
  26. 02 Apr, 2021 1 commit
  27. 01 Apr, 2021 1 commit
  28. 31 Mar, 2021 2 commits
  29. 16 Mar, 2021 1 commit
  30. 13 Mar, 2021 1 commit
  31. 12 Mar, 2021 1 commit
  32. 06 Mar, 2021 1 commit
  33. 04 Mar, 2021 1 commit
  34. 20 Feb, 2021 1 commit