1. 05 Dec, 2023 1 commit
  2. 31 Jul, 2023 1 commit
  3. 05 Jul, 2023 1 commit
  4. 16 Jun, 2023 1 commit
  5. 09 Jun, 2023 1 commit
  6. 05 Apr, 2023 1 commit
  7. 22 Mar, 2023 1 commit
  8. 03 Mar, 2023 1 commit
  9. 23 Feb, 2023 1 commit
  10. 15 Feb, 2023 1 commit
  11. 02 Feb, 2023 1 commit
  12. 19 Jan, 2023 1 commit
  13. 09 Jan, 2023 1 commit
  14. 19 Dec, 2022 1 commit
  15. 30 Nov, 2022 1 commit
  16. 09 Nov, 2022 1 commit
    • Danny Tuppeny's avatar
      [flutter_tools/dap] Add support for forwarding `flutter run --machine`... · 51c517c0
      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
      51c517c0
  17. 02 Nov, 2022 2 commits
  18. 29 Sep, 2022 1 commit
  19. 25 Aug, 2022 1 commit
  20. 26 Jul, 2022 1 commit
  21. 25 Jul, 2022 1 commit
  22. 19 Jul, 2022 1 commit
  23. 12 Jul, 2022 1 commit
  24. 21 Jun, 2022 1 commit
  25. 26 May, 2022 1 commit
    • Danny Tuppeny's avatar
      Fix issues running integration tests through DAP debug adapter (#104618) · 14702036
      Danny Tuppeny authored
      * Fix issues running integration tests through DAP
      
      These adapters were incorrectly trying to connect a DDS instance even when Flutter would create its own. This change disables DDS in the DAP layer and leaves it to Flutter (although it passes `--no-dds` on to Flutter if provided to the DAP process).
      
      Also fixes an issue where we would unnecessarily connect the VM Service for tests even in 'noDebug' mode because of a change/fix that now includes a 'vmServiceUri' in the `test.startedProcess` event.
      14702036
  26. 14 Apr, 2022 1 commit
  27. 11 Apr, 2022 1 commit
  28. 06 Apr, 2022 1 commit
  29. 31 Mar, 2022 1 commit
  30. 23 Mar, 2022 1 commit
  31. 22 Mar, 2022 1 commit
  32. 17 Mar, 2022 1 commit
  33. 25 Feb, 2022 1 commit
  34. 18 Feb, 2022 1 commit
  35. 07 Feb, 2022 1 commit
  36. 15 Dec, 2021 1 commit
  37. 23 Nov, 2021 1 commit
  38. 28 Oct, 2021 1 commit
  39. 27 Oct, 2021 1 commit