- 29 Oct, 2021 1 commit
-
-
嘟囔 authored
-
- 13 Oct, 2021 1 commit
-
-
Danny Tuppeny authored
Limit 10 second future modification-date in integration test to only where required for reloads (#91300) This prevents all of the `flutter run` calls immediately re-running `flutter pub get` when it has already been run by test setup code.
-
- 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 Nov, 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.
-
- 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.
-