- 25 Jan, 2022 2 commits
-
-
Alexander Aprelev authored
On Windows modified timestamps are round down to a second, which can lead to missed file updates. Fixes https://github.com/flutter/flutter/issues/96677
-
Christopher Fujino authored
-
- 15 Jan, 2022 1 commit
-
-
keyonghan authored
-
- 16 Dec, 2021 1 commit
-
-
嘟囔 authored
-
- 07 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Mouad Debbar authored
This reverts commit cb378edc.
-
Ian Hickson authored
-
- 02 Jun, 2021 1 commit
-
-
Anis Alibegić 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
-
- 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.
-
- 12 Mar, 2020 2 commits
-
-
Jonah Williams authored
Reland of #52149
-
Zachary Anderson authored
Revert "[flutter_tools] Update background isolates when performing hot reload/restart (#52149)" (#52476) This reverts commit edd03a1a.
-
- 11 Mar, 2020 1 commit
-
-
Jonah Williams authored
When performing a hot restart, collect isolates without an attached flutter view and send a kill signal. These must have been spawned by running main, so restarting without removing them leads to isolate duplication. When performing a hot reload, ensure that we send a reloadSources command to every isolate and not just uiIsolates.
-