1. 23 Feb, 2023 1 commit
  2. 19 Jan, 2023 1 commit
  3. 09 Jan, 2023 1 commit
  4. 03 Jan, 2023 1 commit
  5. 19 Dec, 2022 1 commit
  6. 30 Nov, 2022 1 commit
  7. 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
  8. 02 Nov, 2022 2 commits
  9. 25 Aug, 2022 1 commit
  10. 26 Jul, 2022 1 commit
  11. 12 Jul, 2022 1 commit
  12. 23 Mar, 2022 1 commit
  13. 25 Feb, 2022 1 commit