- 23 Feb, 2023 1 commit
-
-
Lioness100 authored
* Fix typos * lowercase animated & opacity * Undo typo fix --------- Co-authored-by:
Michael Goderbauer <goderbauer@google.com>
-
- 19 Jan, 2023 1 commit
-
-
Danny Tuppeny authored
* Support logging 'flutter run' communication to DAP clients Fixes https://github.com/Dart-Code/Dart-Code/issues/4266. * Fix test
-
- 09 Jan, 2023 1 commit
-
-
Helin Shiah authored
-
- 03 Jan, 2023 1 commit
-
-
Ahmed Ashour authored
* Simplify null check. * Simplify null check. * Simplify null check. * Fix.
-
- 19 Dec, 2022 1 commit
-
-
Danny Tuppeny authored
Fixes https://github.com/Dart-Code/Dart-Code/issues/4293.
-
- 30 Nov, 2022 1 commit
-
-
Danny Tuppeny authored
* [flutter_tools] Forward app.webLaunchUrl event from Flutter to DAP clients Fixes https://github.com/Dart-Code/Dart-Code/issues/4292. * Update packages/flutter_tools/lib/src/debug_adapters/flutter_adapter.dart Co-authored-by:
Christopher Fujino <fujino@google.com> * Another static const instead of final Co-authored-by:
Christopher Fujino <fujino@google.com>
-
- 09 Nov, 2022 1 commit
-
-
Danny Tuppeny authored
[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
-
- 02 Nov, 2022 2 commits
-
-
Danny Tuppeny authored
[flutter_tools/dap] Add a base Flutter adapter class to avoid duplication between adapters (#114533)
-
Danny Tuppeny authored
[flutter_tools/dap] Map org-dartlang-sdk URIs to the location of the source files found by the analyzer (#114369)
-
- 25 Aug, 2022 1 commit
-
-
Danny Tuppeny authored
[dap] Don't wait for appStarted before responding to launch/attach + don't call app.stop for unstarted app (#109386)
-
- 26 Jul, 2022 1 commit
-
-
Danny Tuppeny authored
* [flutter_tools] [dap] Ensure DAP sends app.stop/app.detach during terminate Fixes an issue where the flutter_tester device may not be cleaned up correctly if we just terminate the Flutter process. * Update integration test expectations * Revert accidental commit
-
- 12 Jul, 2022 1 commit
-
-
Danny Tuppeny authored
* [flutter_tools] [dap] Add support for passing env variables to spawned processes * Use named args * Use in-memory fs and FakePlatform * Pass filesystem style to MemoryFileSystem
-
- 23 Mar, 2022 1 commit
-
-
Danny Tuppeny authored
* Don't terminate Dart process pids from VM Service These processes may be on another device, and in the case of attach the debugee should not be terminated anyway.
-
- 25 Feb, 2022 1 commit
-
-
Danny Tuppeny authored
-