* Add ipv6 and observatory port support to the attach command.
* Remove whitespace
* Explain why a name change is useful here
* Refactor common flags out into the parent
* Add an additional test case for when observatory port is provided but debug port is not
* Remove whitespace
* Fix flag validation
This reverts commit 5c1f1d7618e27a3ed5a97971edc95eff9d0ba967.
Reverting to see if that fixes flakiness of flutter_gallery__transition_perf_with_semantics in devicelab.
* obscureText true defaults to disabling selection
* Tests and comments for selectable text field
* Improve selection docs
* Refactor so that all enableInteractiveSelection params are null by default, delegate to selectionEnabled
* Fix selection param macros
* Merge TextField style with global style so that style changes don't override unspecified fields
* Test that a style param is merged with the theme
* Test a few more style properties
* Analysis fix
* 2bd75ae8b Support querying display refresh rate in engine (flutter/engine#7002)
* 793a08bbf Add .woff file to binary format (flutter/engine#7202)
* daf0ededb Roll src/third_party/skia 6417060b1c23..340aeda6b3ba (41 commits) (flutter/engine#7205)
* 571f47457 Update marked text before selection so textInRange is never called with (flutter/engine#6989)
* Revert "e5195ee47 Remove unnecessary includes of Ganesh headers (flutter/engine#7189) (#25282)"
This reverts commit f198d66332f0f95f1932d35457801809b6e1d543.
* Revert "Validate style in TextField (#24587)"
This reverts commit 9a8e2f0c4b07d81fb3a0d3274443d26a7f34e9fe.
* Revert "Allow snippets tool to be run from arbitrary CWDs (#25243)"
This reverts commit 4a110b6227a10637e1671f1f7ced7faf4da45d5e.
* Revert "Make doctor output consistent between VS Code/IntelliJ/Android Studio when plugins are missing (#25269)"
This reverts commit e29b023a6bbbd6b106aaf8802db3192ff3d3cf9c.
* Revert "Add ipv6 and observatory port support to the attach command. (#24537)"
This reverts commit 9150b3f031a9b1f743e25b9516a72a0bb3064adc.
* Allow snippets tool to be run from arbitrary CWDs
* Drop use of absolute when using Platform.executable (path is not relative, might require PATH resolution)
* canonicalize paths
* Use path.fromUri consistently to resolve file URIs
* Force commit to try to kick Cirrus
* Force commit to kick Cirrus, again
* Update VS Code validator to match Android Studio
- Now shows a tick (instead of partial) if installed
- Now shows a cross (instead of dot) if extension is not installed
Fixes#22931.
* 31e6861d4 Reland "Compile libcxx and libcxxabi for Android (#6886)" (flutter/engine#7160)
* 648b844b7 Roll buildroot to 4cb5a74c9612b71b917997f46e97da6d1051eab4 (flutter/engine#7194)
* abb1d3a6c Roll buildroot to 8e538639660413490ea9261eee84864005e240f4 (flutter/engine#7195)
This sets the favicon for the offline Dash/Zeal docs.
Also, sets up the OpenSearch Description metadata file so that people can create custom search shortcuts for the API docs site.
Fixes#6412
This modifies our flutter_tools crash reports to include the error
message. This error message may contain personally identifying
information (PII), such as a file system path on the developer's
local machine that may contain user names, project code names,
etc. To disable crash reporting, the developer can run the
following command:
flutter config --no-analytics
For more information on what gets reported during crashes of the
flutter tool, see:
https://github.com/flutter/flutter/wiki/Flutter-CLI-crash-reporting