1. 16 Sep, 2020 2 commits
  2. 31 Aug, 2020 2 commits
  3. 29 Aug, 2020 1 commit
  4. 28 Aug, 2020 2 commits
  5. 27 Aug, 2020 1 commit
    • Ben Konyi's avatar
      Re-enable the Dart Development Service (DDS) (#64671) · d7d12412
      Ben Konyi authored
      This change re-enables DDS and outputs the DDS URI in place of the VM
      service URI on the console. If --disable-dds is not provided,
      --host-vmservice-port will be used to determine the port for DDS rather
      than the host port for the VM service, which will instead be randomly
      chosen.
      d7d12412
  6. 19 Aug, 2020 1 commit
  7. 29 Jul, 2020 1 commit
  8. 21 Jul, 2020 2 commits
  9. 20 Jul, 2020 2 commits
  10. 16 Jul, 2020 3 commits
  11. 14 Jul, 2020 2 commits
  12. 10 Jul, 2020 2 commits
  13. 24 Jun, 2020 1 commit
  14. 22 Jun, 2020 1 commit
  15. 08 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] only restrict devices based on arch + buildMode, not emulator status (#58887) · 4f88ed1d
      Jonah Williams authored
      instead of restricting profile/release mode based on whether the tool thinks the device is an emulator, restrict based on the device target architecture and the requested build mode. Notably, this enables release mode on x86_64 Android emulators, but not x86 emulators since we do not support that as an AOT target.
      
      This does not add release mode support for simulators, since this requires us to build and upload artifacts for simulator/x86_64
      4f88ed1d
  16. 06 May, 2020 1 commit
  17. 05 May, 2020 4 commits
  18. 01 May, 2020 1 commit
  19. 29 Apr, 2020 2 commits
  20. 28 Apr, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] reland migrate FlutterViews to package:vm_service (#55797) · ffcf1db3
      Jonah Williams authored
      Move FlutterView and related RPCs to the package:vm_service implementation. Update some getIsolate calls with catchError to match previous behavior.
      
      - Updates tests that were previously mocking FlutterViews to use real views
      - Moves the FlutterView cache from VM to FlutterDevice
      - Catch SentinelException during Isolate.kill
      ffcf1db3
  21. 27 Apr, 2020 6 commits
  22. 25 Apr, 2020 1 commit