- 02 Dec, 2022 1 commit
-
-
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
-
- 01 Dec, 2022 1 commit
-
-
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
-
- 10 Nov, 2022 1 commit
-
-
- removes invalid arch check on Android workflow in order to enable Android development on any device supported Signed-off-by:
TheOneWithTheBraid <the-one@with-the-braid.cf> Signed-off-by:
TheOneWithTheBraid <the-one@with-the-braid.cf>
-
- 23 Sep, 2022 1 commit
-
-
Lau Ching Jun authored
Refactor `DeviceManager.findTargetDevices()` and `FlutterCommand.findAllTargetDevices()`, and add a flag to not show prompt. (#112223)
-
- 08 Sep, 2022 1 commit
-
-
Sigurd Meldgaard authored
-
- 02 Sep, 2022 1 commit
-
-
Christopher Fujino authored
-
- 29 Aug, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit 3802eb62.
-
Sigurd Meldgaard authored
-
- 18 Jul, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Jun, 2022 1 commit
-
-
Jonah Williams authored
-
- 26 Apr, 2022 1 commit
-
-
Jonah Williams authored
-
- 09 Mar, 2022 1 commit
-
-
Jenn Magder authored
-
- 02 Feb, 2022 1 commit
-
-
Jason Simmons authored
-
- 23 Dec, 2021 1 commit
-
-
Jenn Magder authored
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 30 Oct, 2021 1 commit
-
-
Jenn Magder authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 29 Sep, 2021 1 commit
-
-
Kenzie (Schmoll) Davisson authored
-
- 30 Aug, 2021 1 commit
-
-
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.
-
- 13 Jul, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 53d8cba3.
-
- 12 Jul, 2021 2 commits
-
-
Ian Hickson authored
-
Jonah Williams authored
-
- 07 Jul, 2021 1 commit
-
-
Hannes Winkler authored
[custom-devices] general improvements, add custom-devices subcommand, better error handling (#82043)
-
- 25 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 17 May, 2021 1 commit
-
-
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.
-
- 13 May, 2021 2 commits
-
-
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
-
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
-
- 23 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 14 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 09 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 05 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 02 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 01 Apr, 2021 1 commit
-
-
Hannes Winkler authored
-
- 31 Mar, 2021 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 16 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 13 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 12 Mar, 2021 1 commit
-
-
Jonah Williams authored
-