- 02 Feb, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 11 Nov, 2021 1 commit
-
-
Greg Spencer authored
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 19 Oct, 2021 1 commit
-
-
Gary Qian authored
-
- 23 Apr, 2021 1 commit
-
-
Ian Hickson authored
-
- 18 Apr, 2021 1 commit
-
-
Jason Simmons authored
-
- 17 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 31 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 30 Mar, 2021 1 commit
-
-
Dan Field 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 2 commits
-
-
Jenn Magder authored
-
Kenzie Schmoll authored
* Add connectedVmServiceUri service extension and set from flutter_tools
-
- 21 Jan, 2021 1 commit
-
-
Kenzie Schmoll authored
-
- 16 Jan, 2021 1 commit
-
-
Jonah Williams 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
-
- 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 1 commit
-
-
Jonah Williams authored
-
- 09 Sep, 2020 1 commit
-
-
Jonah Williams authored
Removes global variables and adds unit tests that can be copied for #65118
-
- 03 Sep, 2020 1 commit
-
-
Jonah Williams authored
Currently taking a screenshot in release mode crashes and is also not documented as a supported command. Fix both of these and add test cases.
-
- 20 Jul, 2020 1 commit
-
-
Helin Shiah authored
-
- 30 Jun, 2020 1 commit
-
-
Jonah Williams authored
The flutter daemon unconditionally waits for the appFinished signal, even if startup failed. Ensure this future is correctly completed if there is a failure in ResidentRunner.run and not just ResidentRunner.attach. Adds regression tests for run release, debug, debug web, and release web. Adds missing try catch in cold runner startup. Manually tested with release/debug on Android and release/debug on web. Fixes #60613
-
- 25 Jun, 2020 1 commit
-
-
Jonah Williams authored
The global packages path could cause tests to fail when it would be overriden to unexpected (in test setup) values. Remove most usage and make it a configuration on buildInfo, along with most other build information. Cleanup the asset builder to require the .packages path and the resident runners to no longer require it, since they already have the information in build_info. It needs to stick around for the fuchsia deps we do not control. Filled #60232 for remaining work.
-
- 08 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 03 Jun, 2020 1 commit
-
-
Jonah Williams authored
The linked error has been fixed, removed work around. Updates the test cases to only test for exit instead of error message #33050
-
- 27 May, 2020 1 commit
-
-
Jonah Williams authored
-
- 05 May, 2020 3 commits
-
-
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.
-
Jonah Williams authored
This reverts commit 209bdcb6.
-
Jonah Williams authored
Remove caching of FlutterView. Perhaps the FlutterView RPC might return an empty list if the VM is not quite up yet? We had some old logic to poll the flutter views RPC for up to 200ms. That doesn't seem like a great approach, so instead we could forgo it entirely and trust that either the views come up before the developer tries to interact, or we crash.
-
- 29 Apr, 2020 1 commit
-
-
Jonah Williams authored
Finishes the gradual vm service migration by deleting the flutter tooling's vm_service
-
- 20 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 10 Mar, 2020 1 commit
-
-
Jonah Williams authored
Previously the AdbLogReader did async setup in the StreamController.onListen callback, specifically it would query the api version and start the adb process. If the log subscription was cancelled before this setup completed, then the log output could (haven't confirmed) get added to a closed controller, causing the above state error.
-
- 06 Mar, 2020 1 commit
-
-
Zachary Anderson authored
* Reland: [flutter_tool] Where possible, catch only subtypes of Exception * Add armv7f to getIOSArchForName
-
- 04 Mar, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 57c6721c.
-
Flutter GitHub Bot authored
-
- 28 Feb, 2020 1 commit
-
-
Zachary Anderson authored
This reverts commit 9de7787f.
-