- 30 Aug, 2022 1 commit
-
-
Jenn Magder authored
-
- 04 May, 2022 1 commit
-
-
Jenn Magder authored
-
- 26 Apr, 2022 2 commits
-
-
Zachary Anderson authored
-
Jonah Williams authored
-
- 08 Apr, 2022 1 commit
-
-
Jenn Magder authored
-
- 24 Jan, 2022 1 commit
-
-
Zachary Anderson authored
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 19 Oct, 2021 1 commit
-
-
Jenn Magder authored
-
- 15 Oct, 2021 2 commits
-
-
Jenn Magder authored
This reverts commit 00658736.
-
Jenn Magder authored
-
- 11 Oct, 2021 1 commit
-
-
Ian Hickson 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.
-
- 23 Aug, 2021 1 commit
-
-
Jonah Williams authored
-
- 01 Jul, 2021 1 commit
-
-
Ahmed Ashour authored
-
- 30 Jun, 2021 3 commits
-
-
Jenn Magder authored
-
Zachary Anderson authored
This reverts commit a1020512.
-
Jenn Magder authored
-
- 24 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 02 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 21 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 13 May, 2021 1 commit
-
-
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
-
- 28 Apr, 2021 1 commit
-
-
Matej Knopp authored
-
- 23 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 09 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 07 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 08 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 18 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 12 Feb, 2021 1 commit
-
-
Hidenori Matsubayashi authored
-
- 08 Feb, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 8b6baae4.
-
- 04 Feb, 2021 1 commit
-
-
Jonah Williams authored
Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
-
- 03 Feb, 2021 1 commit
-
-
Jenn Magder authored
-
- 27 Jan, 2021 1 commit
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
- 14 Dec, 2020 1 commit
-
-
Kenzie Schmoll authored
* Launch DevTools from pub instead of devtools_server
-
- 04 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 01 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 16 Nov, 2020 1 commit
-
-
Anna Gringauze authored
* Move web integration tool tests to web.shard Web integration tool tests depend on DDC changes in SDK. This change moves them to a separate shard and subshard so CI bot configurations can run them separately. In particular, with will allow running those tests on dart CI flutter HHH web bot instead of a non-web one, allowing early detection and easy classification of issues caused by SDK changes as VM- or Web related. * Enabled verbose mode for flaky web_tool_tests * fixed local engine crash with --enable-asserts * Disable failing tests, fix local engine with asserts * Removed mac web_tool_tests bot * Addressed CR comments * Add disabled mac web_tool_tests and disable win web_tool_tests
-
- 29 Oct, 2020 1 commit
-
-
Angjie Li authored
Support --web-renderer options which would allow user to specify which rendering backend to use. (#68848)
-
- 06 Aug, 2020 1 commit
-
-
Nolan Scobie authored
* Add punctuation for unterminated sentences in doc comments * Addressing review nit
-
- 30 Jun, 2020 1 commit
-
-
Jonah Williams authored
In web debug mode, infer sound null safety by default. When sound null safety is enabled, provide a separate dill and precompiled Dart SDK. Release builds do not need this setting since we run dart2js from source. Fixes #59873
-
- 24 Jun, 2020 1 commit
-
-
Jonah Williams authored
Revert "[flutter_tools] separate target platform, host platform, and architecutre (#60119)" (#60147) This reverts commit 30d97d89.
-