1. 08 Oct, 2021 3 commits
  2. 04 Oct, 2021 1 commit
  3. 30 Sep, 2021 1 commit
  4. 19 Jul, 2021 1 commit
  5. 10 Apr, 2021 1 commit
  6. 07 Apr, 2021 1 commit
  7. 30 Mar, 2021 1 commit
  8. 23 Mar, 2021 1 commit
  9. 26 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] reland: drive service (#68887) · 183fe75d
      Jonah Williams authored
      Overhaul of flutter drive in order to deliver a better experience, namely:
      
      * flutter run and flutter drive now share more flags, so code paths that were previously only testable on run are now testable on drive.
      * Removes web-initialize-platform as this is no longer used
      * flutter drive correctly sets up a logger that shows native exceptions, by connecting to the vm service.
      * VM service connection now provides access to memory info without launching devtools (only for debug/profile mode)
      
      Web changes
      
      * Passes on the one test in the repo, otherwise the webdriver code has been isolated as much as possible
      
      Additional NNBD related bug fixes:
      
      No longer passes --enable-experiment to the test script. (FYI @blasten ). earlier we might have assumed that the flutter gallery benchmarks would be migrated along side the app and flutter driver, but only the app under test needs to be migrated. The test scripts should never be run with the experiment.
      183fe75d
  10. 23 Oct, 2020 1 commit
  11. 22 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] refactor drive launch into separate service, split by... · 2e75f52a
      Jonah Williams authored
      [flutter_tools] refactor drive launch into separate service, split by mobile+desktop and web (#68451)
      
      Overhaul of flutter drive in order to deliver a better experience, namely:
      
      flutter run and flutter drive now share more flags, so code paths that were previously only testable on run are now testable on drive.
      Removes web-initialize-platform as this is no longer used
      flutter drive correctly sets up a logger that shows native exceptions, by connecting to the vm service.
      VM service connection now provides access to memory info without launching devtools (only for debug/profile mode)
      Web changes
      
      Passes on the one test in the repo, otherwise the webdriver code has been isolated as much as possible
      
      Additional NNBD related bug fixes:
      
      No longer passes --enable-experiment to the test script. (FYI @blasten ). earlier we might have assumed that the flutter gallery benchmarks would be migrated along side the app and flutter driver, but only the app under test needs to be migrated. The test scripts should never be run with the experiment.
      2e75f52a
  12. 20 Oct, 2020 1 commit
  13. 16 Oct, 2020 2 commits
  14. 13 Oct, 2020 1 commit
  15. 12 Oct, 2020 1 commit
  16. 07 Oct, 2020 1 commit
  17. 30 Sep, 2020 1 commit
  18. 23 Sep, 2020 1 commit
  19. 16 Sep, 2020 2 commits
  20. 02 Sep, 2020 1 commit
  21. 31 Aug, 2020 2 commits
  22. 29 Aug, 2020 1 commit
  23. 28 Aug, 2020 2 commits
  24. 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
  25. 29 Jul, 2020 2 commits
  26. 21 Jul, 2020 2 commits
  27. 20 Jul, 2020 2 commits
  28. 17 Jul, 2020 1 commit
  29. 16 Jul, 2020 2 commits
  30. 14 Jul, 2020 1 commit