- 08 May, 2023 1 commit
-
-
Elias Yishak authored
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 commands. It is also adding the opposite flag `--enable-telemetry` which will enable telemetry collection
-
- 19 Apr, 2023 3 commits
-
-
Elias Yishak authored
Relanding: https://github.com/flutter/flutter/pull/124810 Fixes: https://github.com/flutter/flutter/issues/124808
-
godofredoc authored
Reverts flutter/flutter#124810
-
Elias Yishak authored
Fixes: https://github.com/flutter/flutter/issues/124808
-
- 12 Apr, 2023 1 commit
-
-
Elias Yishak authored
Update runner to handle logic for both analytics packages
-
- 05 Apr, 2023 1 commit
-
-
Elias Yishak authored
The first of many PRs for transitioning to `package:unified_analytics`. This PR is only focused on disabling and enabling telemetry via the `flutter config --[no-]analytics` flag Fixes: https://github.com/flutter/flutter/issues/121617 ## 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 page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat --------- Co-authored-by:
Christopher Fujino <fujino@google.com> Co-authored-by:
Christopher Fujino <christopherfujino@gmail.com>
-
- 12 Oct, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 02 Sep, 2022 2 commits
-
-
Christopher Fujino authored
-
Pierre-Louis authored
-
- 15 Jun, 2022 1 commit
-
-
Jonah Williams authored
-
- 10 Jan, 2022 1 commit
-
-
Jenn Magder authored
-
- 11 Nov, 2021 1 commit
-
-
Greg Spencer authored
-
- 03 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 01 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 15 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 13 Jul, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 53d8cba3.
-
- 12 Jul, 2021 1 commit
-
-
Jonah Williams authored
-
- 09 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 22 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 04 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 14 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 12 Feb, 2021 1 commit
-
-
Jonah Williams 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
-
- 13 Jan, 2021 1 commit
-
-
Jonah Williams authored
-
- 12 Oct, 2020 1 commit
-
-
Jonah Williams authored
HACKTOBERFEST
-
- 03 Sep, 2020 1 commit
-
-
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.
-
- 15 Jun, 2020 1 commit
-
-
James D. Lin authored
-
- 04 Jun, 2020 1 commit
-
-
Jonah Williams authored
Make it possible for all FlutterCommands to be global free, by moving instantiation to inside the Zone context. Additionally, provide VerboseLogger and NotifyLogger (daemon) at the top level and remove from command-specific overrides. This allows removing a work around where web devices needed to look up directly from the context in non-test code. Technically the output preferences are still zone injected, but these will be moved soon as they were not being used correctly by the top level command (the injection comes after ArgParser reads the overflow values, causing numerous wrap issues)
-
- 28 Apr, 2020 1 commit
-
-
James D. Lin authored
-
- 22 Apr, 2020 1 commit
-
-
James D. Lin authored
Prefer using `.of()` (which is statically type-checked) over `.from()` (which is dynamically type-checked) when possible.
-
- 20 Apr, 2020 1 commit
-
-
Jenn Magder authored
-
- 17 Apr, 2020 1 commit
-
-
Jenn Magder authored
-
- 16 Apr, 2020 1 commit
-
-
Jenn Magder authored
* Move doctor into globals * Fix tests
-
- 06 Apr, 2020 1 commit
-
-
Jenn Magder authored
-
- 03 Apr, 2020 1 commit
-
-
Jenn Magder authored
-
- 27 Mar, 2020 1 commit
-
-
Jenn Magder authored
-