- 29 Aug, 2020 1 commit
-
-
Jonah Williams authored
This reverts commit eef0050d.
-
- 28 Aug, 2020 2 commits
-
- 27 Aug, 2020 1 commit
-
-
Ben Konyi authored
This change re-enables DDS and outputs the DDS URI in place of the VM service URI on the console. If --disable-dds is not provided, --host-vmservice-port will be used to determine the port for DDS rather than the host port for the VM service, which will instead be randomly chosen.
-
- 25 Aug, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] support code size tooling on iOS, linux, windows, macOS, and Android on Windows (#63610) Adds support for size analysis on iOS, macOS, linux, and Windows - using an uncompressed directory based approach. The output format is not currently specified. Adds support for size analysis on android on windows, switching to package:archive Updates the console format to display as a tree, allowing longer paths. Increases the number of dart libraries shown (to avoid only ever printing the flutter/dart:ui libraries, which dominate the size)
-
- 06 Aug, 2020 1 commit
-
-
Nolan Scobie authored
* Add punctuation for unterminated sentences in doc comments * Addressing review nit
-
- 05 Aug, 2020 1 commit
-
-
Ian Hickson authored
-
- 03 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 29 Jul, 2020 3 commits
-
-
Ben Konyi authored
Devtools doesn't currently support connections to DDS. Disable DDS temporarily while a solution is worked on. See https://github.com/flutter/flutter/issues/62507
-
Jonah Williams authored
-
- 24 Jul, 2020 1 commit
-
-
Jonah Williams authored
-
- 23 Jul, 2020 1 commit
-
-
Jonah Williams authored
Allows generating a per-library coverage summary like https://gist.github.com/jonahwilliams/f298381c3fb9f472b2dfe54b82a20a88
-
- 21 Jul, 2020 3 commits
-
-
Jason Simmons authored
- 20 Jul, 2020 3 commits
-
-
Helin Shiah authored
- 16 Jul, 2020 2 commits
-
- 15 Jul, 2020 3 commits
-
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Jonah Williams authored
Allow configuring the flutter_manifest to support a synthetic package, this is done through flutter: generate: true. When running pub get, insert a flutter_gen entry into the packages if it does not already exist. This points to .dart_tool/flutter_gen, which can be updated to contain the generated intl sources (But doesn't currently) Adds an integration test that verifies this code can be run and imported when enabled. Part of #60914
-
- 14 Jul, 2020 4 commits
-
-
Jonah Williams authored
For #61407 , we need to be able to find all widgets that of a given type. Previously I experimented with using the type name, but of course this does not handles subtypes. The actual check needs to be an is check. Since there is no way to convert a String to a Type at runtime for use in this check, we can instead evaluate an expression which assigns a closure to a field. The idea for this was inspired by how the dart devtools adds debug functionality to older versions of flutter. Since the reload feature is not complete yet, adds an integration test which simulates how it will eventually behave
-
Jonah Williams authored
Implements the flutter config feature for #61407 , but does not implement any of the functionality.
- 13 Jul, 2020 1 commit
-
-
Jonah Williams authored
Skip unnecessary parsing of chrome URI. Ensure stack traces are initialized in web server. Disclaimer on web server that it does not support debugging and remove help message. Fix generated entrypoint to check for main(List<String> args) - Fixes #59643 - Fixes #55084 - Fixes #60417
-
- 10 Jul, 2020 5 commits
-
-
Ben Konyi authored
-
Jonah Williams authored
-
Jonah Williams authored
Inject loggers in the right order, test WIP. Otherwise verbose machine would not get the AppRunLogger
-
Jonah Williams authored
Running flutter doctor -v prints out extra details instead of running in verbose mode. Allow disabling this with -vv so it can be debugged.
- 09 Jul, 2020 1 commit
-
-
Jonah Williams authored
run/attach --machine requires a different logger than daemon, which uses the NotifyingLogger. We have too many loggers! Fixes #59463
-
- 26 Jun, 2020 1 commit
-
-
Jonah Williams authored
Last batch of test fixes for general shard.
-
- 24 Jun, 2020 2 commits
-
-
Jonah Williams authored
First pass at fixing #57985 and implementing #59602 This doesn't have enough metadata to be useful for IDEs yet, but it prevents the issue from getting worse while we iterate on it.
-
Jonah Williams authored
The vm_service_integration test flake is caused by trying to call the method before the framework is initialized (and the extension added). The run errors failure is caused by the error taking some time to propagate to the harness
-
- 19 Jun, 2020 2 commits
-
-
Anna Gringauze authored
-
Helin Shiah authored
-