1. 30 Aug, 2021 1 commit
    • Sigurd Meldgaard's avatar
      Stop calling top level pub (#89032) · bce36620
      Sigurd Meldgaard authored
      * Use `dart __deprecated_pub` instead of `pub` to invoke pub from tools
      
      The top level `pub` commmand has been deprecated and will print
      a message. It is however implemented via the __deprecated_pub command
      that prints no message.
      bce36620
  2. 13 Jul, 2021 1 commit
  3. 12 Jul, 2021 2 commits
  4. 07 Jul, 2021 1 commit
  5. 01 Jul, 2021 1 commit
  6. 10 Jun, 2021 1 commit
  7. 24 May, 2021 1 commit
  8. 23 Apr, 2021 1 commit
  9. 23 Mar, 2021 1 commit
  10. 22 Mar, 2021 1 commit
  11. 26 Feb, 2021 1 commit
  12. 14 Feb, 2021 1 commit
  13. 27 Jan, 2021 1 commit
  14. 14 Jan, 2021 1 commit
  15. 13 Jan, 2021 3 commits
  16. 05 Jan, 2021 1 commit
  17. 14 Dec, 2020 1 commit
  18. 01 Dec, 2020 1 commit
  19. 05 Nov, 2020 1 commit
  20. 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
  21. 23 Oct, 2020 1 commit
  22. 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
  23. 13 Oct, 2020 1 commit
  24. 09 Oct, 2020 1 commit
  25. 08 Oct, 2020 1 commit
  26. 07 Oct, 2020 1 commit
  27. 30 Sep, 2020 1 commit
  28. 23 Sep, 2020 1 commit
  29. 16 Sep, 2020 1 commit
  30. 03 Sep, 2020 1 commit
  31. 16 Jul, 2020 1 commit
  32. 10 Jul, 2020 3 commits
  33. 09 Jul, 2020 1 commit
  34. 08 Jul, 2020 1 commit
  35. 18 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove globals from compilers (#59184) · 447e3d3f
      Jonah Williams authored
      Refactors KernelCompiler and ResidentCompiler to no longer use globals (except as a fallback for g3 migration). Improves the compilation error when running flutter test on a package without a flutter_test dependency.
      
      Updates machine mode to output trace text to stderr
      447e3d3f