- 18 Jul, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 24 May, 2022 1 commit
-
-
Jenn Magder authored
-
- 12 Nov, 2021 1 commit
-
-
Christopher Fujino authored
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 21 Oct, 2021 1 commit
-
-
Yegor authored
-
- 07 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Mouad Debbar authored
This reverts commit cb378edc.
-
Ian Hickson authored
-
- 01 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 03 Aug, 2021 1 commit
-
-
Anna Gringauze authored
* Flutter_tools for web platform: report error messages with stacks on toolExit Print error messages and stacks in verbose mode before calling `throwToolExit` on communication errors to chrome and dwds. This will help us disagnose CI flakes: Helps: https://github.com/flutter/flutter/issues/84012 Closes: https://github.com/flutter/flutter/issues/87149 * Added tests * Extend timeout for testing failure to connect to chrome * Update rest of chrome tests to await until matching is finished
-
- 22 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 13 Apr, 2021 1 commit
-
-
Dan Field authored
-
- 07 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 05 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 31 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 22 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 19 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 16 Mar, 2021 2 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 0cbe5975.
-
- 15 Mar, 2021 1 commit
-
-
Ian Hickson authored
-
- 05 Mar, 2021 1 commit
-
-
Gary Qian authored
-
- 04 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 24 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 18 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
-
- 26 Jan, 2021 1 commit
-
-
Dan Field authored
-
- 02 Dec, 2020 1 commit
-
-
Jonah Williams authored
-
- 05 Nov, 2020 1 commit
-
-
Jonah Williams authored
initialize the flutter root as early as possible. This allows all interfaces to be normally injected into commands, even if those objects might read from the flutter root.
-
- 08 Oct, 2020 1 commit
-
-
Jenn Magder 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
-
- 22 Sep, 2020 1 commit
-
-
Jonah Williams authored
-
- 08 Sep, 2020 1 commit
-
-
Jonah Williams authored
Integration tests must only go through the real file system/process manager/platform. The global indirection makes this code harder to understand than if it directly referred to the concrete instances that are being used. Update the integration shard to use a const instance of a LocalFIleSystem, LocalProcessManager, and LocalPlatform. Remove global usage and apply testWithoutContext.
-
- 21 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 12 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 16 Jul, 2020 1 commit
-
-
Christopher Fujino authored
-
- 15 Jul, 2020 1 commit
-
-
Danny Tuppeny 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)
-
- 01 Jun, 2020 1 commit
-
-
Jonah Williams authored
removes globals from devFS operations and cleans up testing to be context free. Removes unused and unnecessarily temp directory in testing.
-
- 14 May, 2020 1 commit
-
-
Zachary Anderson authored
-
- 05 May, 2020 1 commit
-
-
Jonah Williams authored
Fixes #56194 Remove caching of FlutterView and poll forever if the list of flutter views is empty. Added test for missing release mode logic.
-