1. 14 Jan, 2021 1 commit
  2. 07 Jan, 2021 1 commit
  3. 16 Dec, 2020 1 commit
  4. 15 Dec, 2020 1 commit
  5. 14 Dec, 2020 1 commit
  6. 05 Dec, 2020 1 commit
  7. 03 Dec, 2020 2 commits
  8. 01 Dec, 2020 2 commits
  9. 20 Nov, 2020 3 commits
  10. 19 Nov, 2020 1 commit
  11. 18 Nov, 2020 1 commit
  12. 14 Nov, 2020 1 commit
  13. 13 Nov, 2020 2 commits
  14. 11 Nov, 2020 1 commit
  15. 10 Nov, 2020 3 commits
  16. 09 Nov, 2020 1 commit
  17. 30 Oct, 2020 1 commit
  18. 29 Oct, 2020 2 commits
  19. 27 Oct, 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.
      Unverified
      183fe75d
  21. 23 Oct, 2020 2 commits
  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.
      Unverified
      2e75f52a
  23. 19 Oct, 2020 2 commits
  24. 13 Oct, 2020 1 commit
  25. 12 Oct, 2020 1 commit
  26. 09 Oct, 2020 2 commits
    • Jonah Williams's avatar
      [flutter_tools] pretty print hot reload rejection error (#66701) · bdb830a8
      Jonah Williams authored
      If the vm of an attached device rejects a hot reload, pretty print the reason. Suggest a hot restart so that users are aware that they do not have to detach and rebuild. Also resets the last compilation time, so a subsequent restart would still apply the last change. Adds an integration test for the const field removal.
      
      Fixes #64027
      Unverified
      bdb830a8
    • Jonah Williams's avatar
      [flutter_tools] hot reload/restart update for asset manager change (#66742) · 9a3a0dc1
      Jonah Williams authored
      Do not upload all assets on initial devFS sync. This should increase the reliability of the initial connection, even in the face of flaky devfs behavior, in addition to a moderate perf improvement.
      
      Updates fast-start to build assets as part of the initial bundle
      
      Requires flutter/engine#21436
      Requires flutter/engine#21586
      Requires flutter/engine#21611
      Unverified
      9a3a0dc1
  27. 05 Oct, 2020 1 commit
  28. 02 Oct, 2020 2 commits