flutter/packages/flutter_tools/test
Danny Tuppeny 51c517c03c
[flutter_tools/dap] Add support for forwarding flutter run --machine exposeUrl requests to the DAP client (#114539)
* [flutter_tools/dap] Add support for forwarding `flutter run --machine` requests to the DAP client

Currently the only request that Flutter sends to the client is `app.exposeUrl` though most of this code is generic to support other requests that may be added in future.

* Improve comment

* Fix thrown strings

* StateError -> DebugAdapterException

* Add a non-null assertion and assert

* Use DebugAdapterException to handle restartRequests sent before process starts

* Fix typo + use local var

* Don't try to actually send Flutter messages in tests because there's no process
2022-11-09 19:16:47 +00:00
..
commands.shard Build command dependency injection (#114383) 2022-11-08 23:38:10 +00:00
data Delete .packages (#110749) 2022-09-02 10:50:46 +02:00
general.shard [flutter_tools/dap] Add support for forwarding flutter run --machine exposeUrl requests to the DAP client (#114539) 2022-11-09 19:16:47 +00:00
host_cross_arch.shard Update macOS gallery display name (#113658) 2022-10-20 03:23:12 +00:00
integration.shard Revert "Allow Flutter golden file tests to be flaky (#114450)" (#114902) 2022-11-08 09:26:55 -08:00
src Build command dependency injection (#114383) 2022-11-08 23:38:10 +00:00
web.shard Migrate packages/flutter_tools/test/web.shard (#110713) 2022-09-06 11:05:41 -07:00