- 12 Oct, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 08 Sep, 2022 1 commit
-
-
Liam Appelbe authored
* Migrate packages/flutter_tools/test/general.shard, part 1/2 * Fix most of the tests * Fix analysis * Fix analysis * Fix test * Fix analysis * Fix analysis * Fix nit
-
- 02 Sep, 2022 2 commits
-
-
Christopher Fujino authored
-
Pierre-Louis authored
-
- 20 Jun, 2022 1 commit
-
-
Anurag Roy authored
-
- 07 May, 2022 1 commit
-
-
Jenn Magder authored
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 02 Feb, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 10 Jan, 2022 1 commit
-
-
Jenn Magder authored
-
- 16 Dec, 2021 1 commit
-
-
crisboarna authored
-
- 11 Nov, 2021 1 commit
-
-
Kenzie (Schmoll) Davisson authored
* Add DevTools version to `flutter --version` output. * review comments * fix test * add explanatory comment * dummy commit to kick bots Co-authored-by:
Christopher Fujino <christopherfujino@gmail.com>
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 12 Oct, 2021 1 commit
-
-
Jenn Magder authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 07 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Mouad Debbar authored
This reverts commit cb378edc.
-
Ian Hickson authored
-
- 19 May, 2021 1 commit
-
-
Lau Ching Jun authored
-
- 27 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 09 Apr, 2021 1 commit
-
-
Jenn Magder 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
-
- 06 Jan, 2021 1 commit
-
-
Jonah Williams authored
-
- 06 Oct, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] remove globals from FlutterValidator, add documentation and move tests to new file (#67234) Remove globals from the flutter validator class, and refactor the tests into a separate file. Applies some other cleanup like adding doc comments, and making the doctor validator work like it is documented to work - removing the gen_snapshot check if the artifact is not downloaded instead of downloading all android artifacts. #47161
-
- 30 Sep, 2020 1 commit
-
-
Jenn Magder authored
-
- 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)
-
- 06 May, 2020 1 commit
-
-
Zachary Anderson authored
-
- 28 Apr, 2020 2 commits
-
-
kwkr authored
-
James D. Lin authored
-
- 20 Apr, 2020 1 commit
-
-
Jenn Magder authored
-
- 17 Apr, 2020 1 commit
-
-
Jenn Magder authored
-
- 06 Apr, 2020 1 commit
-
-
Jenn Magder authored
-
- 03 Apr, 2020 1 commit
-
-
Jenn Magder authored
-
- 24 Mar, 2020 1 commit
-
-
Lasse R.H. Nielsen authored
The `runZoned` method deprecates the `onError` parameter. Invocations using that parameter must use `runZonedGuarded` instead. This prepares Flutter for the deprecation. The same places need to be migrated to using `runZonedGuarded` when the SDK change has been ported to Flutter. Then the deprecated member will be removed in a follow-up CL when the most important packages have been migrated.
-
- 06 Mar, 2020 1 commit
-
-
Jenn Magder authored
-
- 12 Feb, 2020 2 commits
-
-
Zachary Anderson authored
-
Zachary Anderson authored
This reverts commit 0a38f29c.
-