- 07 May, 2022 1 commit
-
-
Jenn Magder authored
-
- 23 Feb, 2022 1 commit
-
-
Alexander Dahlberg authored
-
- 02 Feb, 2022 2 commits
-
-
Lau Ching Jun authored
-
Lau Ching Jun authored
-
- 26 Jan, 2022 1 commit
-
-
Lau Ching Jun authored
Also allow daemon commands to pass binary streams
-
- 22 Dec, 2021 3 commits
-
-
Lau Ching Jun authored
Fixes the test brekage and reverts commit caed03df.
-
Zachary Anderson authored
This reverts commit 2b46ea44.
-
Lau Ching Jun authored
* Add an option for flutter daemon to listen on a TCP port Added a new class DaemonConnection to reuse the connection handling between daemon server and client, and handle connection with different medium (stdio, socket). Added a new option `listen-on-tcp-port` to the flutter daemon command, when passed, the daemon will accept commands on a port instead of stdio. * Review feedback and add test for TcpDaemonStreams * Review feedbacks
-
- 15 Dec, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 11 Nov, 2021 1 commit
-
-
Greg Spencer authored
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 04 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 27 Jul, 2021 1 commit
-
-
Greg Spencer authored
* Randomize tests, exclude tests that fail with randomization. * Disable some more tool tests
-
- 14 Jun, 2021 1 commit
-
-
Greg Spencer authored
This adds avoid_dynamic_calls to the list of lints, and fixes all instances where it was violated. Importantly, this lint is NOT turned on for flutter/packages/test, because those changes are happening in another PR: #84478
-
- 28 May, 2021 1 commit
-
-
Marian Triebe authored
-
- 28 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 10 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 07 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 06 Apr, 2021 1 commit
-
-
Sam Rawlins authored
-
- 31 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 29 Jan, 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
-
- 12 Jan, 2021 1 commit
-
-
Jonah Williams authored
-
- 08 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 17 Aug, 2020 1 commit
-
-
Helin Shiah authored
-
- 12 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 03 Aug, 2020 1 commit
-
-
Helin Shiah authored
-
- 31 Jul, 2020 1 commit
-
-
Helin Shiah authored
-
- 15 Jul, 2020 1 commit
-
-
Danny Tuppeny authored
-
- 18 Jun, 2020 1 commit
-
-
Jonah Williams authored
Refactors KernelCompiler and ResidentCompiler to no longer use globals (except as a fallback for g3 migration). Improves the compilation error when running flutter test on a package without a flutter_test dependency. Updates machine mode to output trace text to stderr
-
- 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)
-
- 14 May, 2020 1 commit
-
-
Jenn Magder authored
-
- 06 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 05 Mar, 2020 2 commits
-
-
Jonah Williams authored
Revert "[flutter_tools] Allow providing dart-defines to Android, iOS, macOS builds (#51714)" (#52041) This reverts commit ee60eeea.
-
Jonah Williams authored
-
- 27 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 17 Jan, 2020 1 commit
-
-
Anthony authored
[a11y] Make sure RenderFractionalTranslation updates its semantics after the translation field is set (#48985)
-
- 16 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-