Elias Yishak
Elias Yishak
As discussed in https://github.com/flutter/flutter/issues/119284, this PR aims to do away with the `systeminfo` process call and use the name getter from the `_WindowsUtils` class and pattern match on that ##...
**Current State** Currently the windows version validator uses the windows command `systeminfo` to determine the windows version. The relevant `stdout` is shown below. ``` Host Name: XXXXXXXXXXXX OS Name: Microsoft...
## Use case Once we start using the new unified analytics package for all dart and flutter related tooling, we will need to implement a cli command to disable or...
Related to: - https://github.com/flutter/flutter/issues/125512 Adding verbose flags to get printed out on error to help debug the cause of the flakey test ## Pre-launch Checklist - [x] I read the...
Fixes: - https://github.com/flutter/flutter/issues/124411 This PR is cleaning up the `--disable-telemetry` help message to make it clear that opting out will opt out of all telemetry collection for flutter and dart...
`Windows tool_integration_tests_1_6` flake for "allows overriding the directory for code size files"
Logs found at: https://ci.chromium.org/ui/p/flutter/builders/prod/Windows%20tool_integration_tests_1_6/6857/overview ``` 07:56 +26 ~2 -1: test/integration.shard/analyze_size_test.dart: --analyze-size allows overriding the directory for code size files [E] Expected: Actual: package:matcher expect test\integration.shard\analyze_size_test.dart 190:5 main. ``` Referenced in...
### Page URL https://docs.flutter.dev/cookbook/testing/unit/introduction/ ### Page source https://github.com/flutter/website/tree/main/src/cookbook/testing/unit/introduction.md ### Describe the problem Per this issue, we are now recommending users that running `flutter test` to only use the `flutter_test` dependency...
This serves as a tracker issue for the migration efforts for devtools to `package:unified_analytics` Tasks: - Setup the analytics instance and integrate the necessary APIs for onboarding a new user...
Currently, we don't know which IDE is launching devtools becuase it is not being shared with dds. For example, we should know if devtools was being started with VS Code...
Fixes: - https://github.com/flutter/flutter/issues/91107 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki...