1. 19 Nov, 2020 1 commit
  2. 18 Nov, 2020 1 commit
  3. 30 Oct, 2020 1 commit
  4. 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
  5. 23 Oct, 2020 1 commit
  6. 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
  7. 19 Oct, 2020 1 commit
  8. 13 Oct, 2020 1 commit
  9. 05 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] disable source maps by default for release builds, enable for... · aa90dbe7
      Jonah Williams authored
      [flutter_tools] disable source maps by default for release builds, enable for run and with command line arg (#67331)
      
      Disables source map production by default for build web. For web builds performed as a part of flutter run --release, enable the source maps, or allow force enabling with --source-maps command line flag.
      
      fixes #67328
      aa90dbe7
  10. 03 Sep, 2020 1 commit
  11. 30 Jun, 2020 1 commit
  12. 08 Jun, 2020 1 commit
  13. 04 Jun, 2020 1 commit
  14. 27 May, 2020 1 commit
  15. 22 Apr, 2020 2 commits
  16. 20 Apr, 2020 1 commit
  17. 16 Apr, 2020 3 commits
  18. 30 Mar, 2020 1 commit
  19. 24 Mar, 2020 1 commit
  20. 06 Mar, 2020 4 commits
  21. 05 Mar, 2020 4 commits
  22. 04 Mar, 2020 2 commits
  23. 28 Feb, 2020 2 commits
  24. 27 Feb, 2020 2 commits
  25. 05 Feb, 2020 1 commit
  26. 14 Jan, 2020 2 commits
  27. 07 Jan, 2020 1 commit