- 23 Aug, 2021 1 commit
-
-
Jonah Williams authored
-
- 04 Aug, 2021 1 commit
-
-
Lau Ching Jun authored
* Add new hook for setupHotReload and after updating devFS is complete * Handle the case where updateDevFS failed
-
- 28 Jun, 2021 1 commit
-
-
Lau Ching Jun authored
-
- 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
-
- 08 Jun, 2021 1 commit
-
-
Lau Ching Jun authored
-
- 27 May, 2021 1 commit
-
-
Lau Ching Jun authored
-
- 25 May, 2021 1 commit
-
-
Lau Ching Jun authored
-
- 23 Apr, 2021 2 commits
-
-
Emmanuel Garcia authored
-
Ian Hickson authored
-
- 18 Apr, 2021 1 commit
-
-
Jason Simmons authored
-
- 17 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 16 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 23 Mar, 2021 1 commit
-
-
Zachary Anderson authored
* Revert "Enable dart_plugin_registry_test (#76645)" This reverts commit 109e0bb9. * Revert "Apply changes caused by https://github.com/flutter/flutter/pull/76662 (#77093)" This reverts commit cdca6485. * Revert "Disable clang format in the plugin registrants (#76662)" This reverts commit dadbd47d. * Revert "Disable warnings for the dart plugin registrant (#76561)" This reverts commit 098ece52. * Revert "Remove dart_plugin_registry_test timeouts (#76838)" This reverts commit 1610a274. * Revert "Implement dartPluginClass support for plugins (#74469)" This reverts commit b7d48062. Kick.
-
- 12 Mar, 2021 1 commit
-
-
Jonah Williams authored
[flutter_tools] read expression compilation results into memory before starting next compilation (#77867)
-
- 24 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 19 Feb, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 11 Feb, 2021 1 commit
-
-
Jonah Williams authored
[flutter_tools] refactor devtools handler to expose single method for run/attach and restart (#75807)
-
- 09 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 02 Feb, 2021 1 commit
-
-
Ian Hickson 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
-
- 25 Jan, 2021 1 commit
-
-
Kenzie Schmoll authored
* Add connectedVmServiceUri service extension and set from flutter_tools
-
- 21 Jan, 2021 2 commits
-
-
Kenzie Schmoll authored
-
Kenzie Schmoll authored
-
- 13 Jan, 2021 3 commits
-
-
Jenn Magder authored
This reverts commit 388dcd24.
-
Jenn Magder authored
This reverts commit 1cb0a24a.
-
Kenzie Schmoll authored
* [flutter_tools] Serve DevTools at app start
-
- 06 Jan, 2021 1 commit
-
-
Jonah Williams authored
-
- 05 Dec, 2020 1 commit
-
-
Ben Konyi authored
Ensure attaching to an application with an existing DDS instance is not treated as a fatal error (#70847)
-
- 20 Nov, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 13 Nov, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] use initially parsed package config for language version, sound mode determination (#70323)
-
- 11 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 10 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 09 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 04 Nov, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
If no source files were changed by a hot reload, do not send the reload sources RPC. This slightly speeds up the no-op reloads and gives users a faster way to force a re-render.
-
- 27 Oct, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] eagerly set asset directory path, cache flutter views, simplify error handling (#68978) Performs some small cleanup on the hot reload code path. - Combines nested try/catch into single try catch, update on clause now that package:vm_service is used and Map does not need to be caught. - Cache FlutterViews for the lifetime of the hot reload method handler - Set asset directory path once during startup and remove conditional set during hot reload
-
- 23 Oct, 2020 1 commit
-
-
Jonah Williams authored
* [flutter_tools] null safety mode is used for dill naming * add bad test case
-
- 13 Oct, 2020 2 commits
-
-
Jonah Williams authored
Remove "This is taking a long time" progress timeout and TimeoutConfiguration.
-
Jonah Williams authored
A change which sped up hot restart locally caused many of the devicelab measures to regress. I think this is because we do not measure when the isolate is actually "ready", so starting a reload or restart prematurely can cause time spent doing initialization to be registered as part of the reload operation. A fix for this would be to have the framework include some sort of "initialization complete" event ... but it is not clear what the correct trigger would be. Perhaps after the first frame is successfully registered? (9a3a0dc1 caused the benchmark regression - possibly since we spend less time syncing files now so we start the restart earlier)
-