- 16 Sep, 2020 2 commits
-
-
Michael R Fairhurst authored
- 15 Sep, 2020 2 commits
-
-
Jonah Williams authored
[flutter_tools] handle terminals that do not support single char mode in Terminal.promptForCharInput (#65418) Some terminals stdin do not support single char mode (like an emacs terminal buffer apparently). If this is the case, then the presented choice values would always have an appended newline \n which would prevent us from finding the value in the listed index (or using it as a signal for the default choice). To fix, treat '' as the default choice and always trim the choice value. While this has seemingly always been broken, it wasn't noticeable until the multi-device selection prompt was added a few months ago. Fixes #65267
-
Jonah Williams authored
Because the Status spinner was only created on setup, the second stop would asset/crash. Fixes #65449
-
- 10 Sep, 2020 1 commit
-
-
Jonah Williams authored
-
- 03 Sep, 2020 3 commits
-
-
Jonah Williams authored
Similar to the permission denied error on Windows, this is not resolvable by the tool.
-
Jonah Williams authored
The flutter tool is currently unable to detect missing permissions in gradle/gradle.bat that would cause a gradle build to fail via process exception. Rather than crashing and exiting, we can display the exception as an error message and tool exit. While linux/macOS are able to add the +x bit, this is not possible on windows with our current file system/OS API. These crashes represent a substantial amount of crash reporting, but are otherwise not actionable on our end.
-
includecmath authored
-
- 02 Sep, 2020 1 commit
-
-
Jonah Williams authored
-
- 31 Aug, 2020 3 commits
-
-
Mehmet Fidanboylu authored
This reverts commit c8f234d3.
-
Jonah Williams authored
This is no longer used, in favor of just attempting to unzip and handling the exception.
-
- 29 Aug, 2020 1 commit
-
-
Jonah Williams authored
This reverts commit eef0050d.
-
- 28 Aug, 2020 3 commits
-
-
Jonah Williams authored
- 27 Aug, 2020 2 commits
-
-
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.
-
Jonah Williams authored
* [flutter_tools] add analytics to code size, add more testing * add gradle case * Update build_macos_test.dart * move analytics to code size tooling * Update analyze_size.dart * fix analysis
-
- 25 Aug, 2020 2 commits
-
-
Jonah Williams authored
-
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)
-
- 24 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 21 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 19 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 17 Aug, 2020 1 commit
-
-
stuartmorgan authored
-
- 14 Aug, 2020 1 commit
-
-
stuartmorgan authored
-
- 12 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 11 Aug, 2020 1 commit
-
-
James D. Lin authored
-
- 06 Aug, 2020 2 commits
-
-
Nolan Scobie authored
* Add punctuation for unterminated sentences in doc comments * Addressing review nit
-
Jenn Magder authored
-
- 31 Jul, 2020 1 commit
-
-
Peter Lee authored
Implement size analyzer to unzip & parse APK and AOT size snapshot to generate analysis json (#62495) * Implement size analyzer to unzip & parse APK and AOT size snapshot to generate analysis json
-
- 29 Jul, 2020 2 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
-
- 21 Jul, 2020 3 commits
-
-
Otokaze authored
- 20 Jul, 2020 2 commits
-
- 16 Jul, 2020 3 commits
-
-
Christopher Fujino authored