1. 15 Jan, 2021 1 commit
  2. 05 Jan, 2021 1 commit
  3. 04 Jan, 2021 1 commit
  4. 23 Dec, 2020 1 commit
  5. 17 Dec, 2020 1 commit
  6. 16 Dec, 2020 1 commit
  7. 15 Dec, 2020 1 commit
  8. 04 Dec, 2020 1 commit
  9. 03 Dec, 2020 3 commits
  10. 01 Dec, 2020 2 commits
  11. 23 Nov, 2020 1 commit
  12. 20 Nov, 2020 1 commit
  13. 17 Nov, 2020 1 commit
  14. 14 Nov, 2020 1 commit
  15. 13 Nov, 2020 1 commit
  16. 12 Nov, 2020 1 commit
  17. 10 Nov, 2020 1 commit
  18. 06 Nov, 2020 1 commit
  19. 05 Nov, 2020 3 commits
  20. 04 Nov, 2020 1 commit
  21. 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
  22. 23 Oct, 2020 1 commit
  23. 22 Oct, 2020 3 commits
    • 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
    • Jenn Magder's avatar
      App.framework must support iOS 8 for older Flutter projects (#68729) · f63d56e4
      Jenn Magder authored
      * App.framework must support iOS 8 for older Flutter projects
      
      * Fix test
      f63d56e4
    • Jonah Williams's avatar
  24. 14 Oct, 2020 1 commit
  25. 12 Oct, 2020 1 commit
  26. 07 Oct, 2020 1 commit
  27. 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
  28. 03 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [null-safety] add integration tests for sound null safety modes, add support... · ddb01a0c
      Jonah Williams authored
      [null-safety] add integration tests for sound null safety modes, add support for sound null safety in dart2js (#67171)
      
      Add integration tests to verify that ddc and dart2js can be built and run in sound mode. Updates dart2js compilation to insert a language version comment into the generated entrypoint if necessary.
      
      dart-lang/sdk#42253
      ddb01a0c
  29. 30 Sep, 2020 2 commits
  30. 23 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] reland: map file URIs to a multiroot scheme (#66405) · 51ededb9
      Jonah Williams authored
      If a file scheme and one or more roots is provided, fall back to this mapping before the direct file path if the file path cannot be turned into a package URI.
      
      Use URI representation so that the transformation is resilient to the org-dartlang-app scheme used by the web builds.
      
      Fixes #66095
      Fixes #66404
      51ededb9
  31. 18 Sep, 2020 1 commit
  32. 17 Sep, 2020 1 commit