1. 02 Dec, 2022 1 commit
    • Jackson Gardner's avatar
      Platform binaries reland (#115502) · db1c3e20
      Jackson Gardner authored
      You can now specify a --local-web-sdk flag to point to a wasm_release folder. This will make it so that only artifacts that pertain to the web sdk are overridden to point to the wasm_release folder. Other artifacts (such as impellerc) will pull from the cache, or from the --local-engine path if that is specified.
      
      This also uses precompiled platform kernel files for both ddc and dart2js
      db1c3e20
  2. 01 Dec, 2022 1 commit
    • Nehal Patel's avatar
      Removes retries from "dart pub get" and un-buffers its stdout/stderr output (#115801) · 3b15d6a5
      Nehal Patel authored
      * Removes retries from "pub get" and proxies its stdout output
      
      * Fix issue where ErrorHandlingProcessManager does not forward "mode" parameter to backing ProcessManager's "start" method
      
      * Make "pub get" use ProcessStartMode.inheritStdio instead of forwarding bytes to stdout and stderr
      
      * Fix tests
      
      * Remove unused env var
      
      * Add back 'Running "flutter pub get"...' status log
      
      * Fix indent
      
      * Add Pub.test() constructor which lets tests mock stdio
      3b15d6a5
  3. 10 Nov, 2022 1 commit
  4. 23 Sep, 2022 1 commit
  5. 08 Sep, 2022 1 commit
  6. 02 Sep, 2022 1 commit
  7. 29 Aug, 2022 2 commits
  8. 18 Jul, 2022 1 commit
  9. 15 Jun, 2022 1 commit
  10. 26 Apr, 2022 1 commit
  11. 09 Mar, 2022 1 commit
  12. 02 Feb, 2022 1 commit
  13. 23 Dec, 2021 1 commit
  14. 02 Nov, 2021 1 commit
  15. 30 Oct, 2021 1 commit
  16. 08 Oct, 2021 3 commits
  17. 29 Sep, 2021 1 commit
  18. 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
  19. 13 Jul, 2021 1 commit
  20. 12 Jul, 2021 2 commits
  21. 07 Jul, 2021 1 commit
  22. 25 Jun, 2021 1 commit
  23. 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
  24. 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
  25. 23 Apr, 2021 1 commit
  26. 14 Apr, 2021 1 commit
  27. 09 Apr, 2021 1 commit
  28. 05 Apr, 2021 1 commit
  29. 02 Apr, 2021 1 commit
  30. 01 Apr, 2021 1 commit
  31. 31 Mar, 2021 2 commits
  32. 16 Mar, 2021 1 commit
  33. 13 Mar, 2021 1 commit
  34. 12 Mar, 2021 1 commit