- 02 Feb, 2022 1 commit
-
-
Jason Simmons authored
-
- 12 Nov, 2021 1 commit
-
-
Christopher Fujino authored
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 27 Oct, 2021 1 commit
-
-
Danny Tuppeny 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)
-
- 01 Jul, 2021 1 commit
-
-
Ahmed Ashour authored
-
- 10 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 24 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 23 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 23 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 22 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 26 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 14 Feb, 2021 1 commit
-
-
Ian Hickson 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 Jan, 2021 1 commit
-
-
J-P Nurmi authored
-
- 13 Jan, 2021 3 commits
-
-
Jenn Magder authored
This reverts commit 388dcd24.
-
Jenn Magder authored
This reverts commit 1cb0a24a.
-
Kenzie Schmoll authored
* [flutter_tools] Serve DevTools at app start
-
- 05 Jan, 2021 1 commit
-
-
Shi-Hao Hong authored
* Reorganize files * Use l10n.yaml instead of command line args
-
- 14 Dec, 2020 1 commit
-
-
Kenzie Schmoll authored
* Launch DevTools from pub instead of devtools_server
-
- 01 Dec, 2020 1 commit
-
-
Jonah Williams authored
-
- 05 Nov, 2020 1 commit
-
-
Jonah Williams authored
initialize the flutter root as early as possible. This allows all interfaces to be normally injected into commands, even if those objects might read from the flutter root.
-
- 26 Oct, 2020 1 commit
-
-
Jonah Williams authored
Overhaul of flutter drive in order to deliver a better experience, namely: * flutter run and flutter drive now share more flags, so code paths that were previously only testable on run are now testable on drive. * Removes web-initialize-platform as this is no longer used * flutter drive correctly sets up a logger that shows native exceptions, by connecting to the vm service. * VM service connection now provides access to memory info without launching devtools (only for debug/profile mode) Web changes * Passes on the one test in the repo, otherwise the webdriver code has been isolated as much as possible Additional NNBD related bug fixes: No longer passes --enable-experiment to the test script. (FYI @blasten ). earlier we might have assumed that the flutter gallery benchmarks would be migrated along side the app and flutter driver, but only the app under test needs to be migrated. The test scripts should never be run with the experiment.
-
- 23 Oct, 2020 1 commit
-
-
Jonah Williams authored
Revert "[flutter_tools] refactor drive launch into separate service, split by mobile+desktop and web (#68451)" (#68845) This reverts commit 2e75f52a.
-
- 22 Oct, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] refactor drive launch into separate service, split by mobile+desktop and web (#68451) Overhaul of flutter drive in order to deliver a better experience, namely: flutter run and flutter drive now share more flags, so code paths that were previously only testable on run are now testable on drive. Removes web-initialize-platform as this is no longer used flutter drive correctly sets up a logger that shows native exceptions, by connecting to the vm service. VM service connection now provides access to memory info without launching devtools (only for debug/profile mode) Web changes Passes on the one test in the repo, otherwise the webdriver code has been isolated as much as possible Additional NNBD related bug fixes: No longer passes --enable-experiment to the test script. (FYI @blasten ). earlier we might have assumed that the flutter gallery benchmarks would be migrated along side the app and flutter driver, but only the app under test needs to be migrated. The test scripts should never be run with the experiment.
-
- 13 Oct, 2020 1 commit
-
-
Jonah Williams authored
Remove "This is taking a long time" progress timeout and TimeoutConfiguration.
-
- 09 Oct, 2020 1 commit
-
-
Jonah Williams authored
The train command does nothing and was originally added to provide a no-output default for generating app-jit snapshots. The inject-plugins command is only for a repo-only analysis check, which is not necessary since we regenerate during pub get. #29805
-
- 08 Oct, 2020 1 commit
-
-
Jonah Williams authored
-
- 07 Oct, 2020 1 commit
-
-
Jonah Williams authored
-
- 30 Sep, 2020 1 commit
-
-
Jonah Williams authored
Re-arrange the implementation of the devtools launcher so that google3 is not required to depend on any devtools packages. Also renames the build_runner folders to isolated to better clarify their intention.
-
- 23 Sep, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 03 Sep, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 16 Jul, 2020 1 commit
-
-
Jonah Williams authored
complete removal of all generate functionality Fixes #61508
-
- 10 Jul, 2020 1 commit
-
-
Jonah Williams authored
We have too many loggers, and the logger construction rules are too complicated to be untested. Capture these in a LoggerFactory and test that construction is correct.
-