1. 14 Jun, 2021 1 commit
  2. 01 Jun, 2021 1 commit
  3. 30 Apr, 2021 1 commit
  4. 29 Apr, 2021 2 commits
  5. 23 Apr, 2021 1 commit
  6. 24 Mar, 2021 1 commit
  7. 19 Mar, 2021 1 commit
  8. 27 Jan, 2021 1 commit
  9. 16 Dec, 2020 1 commit
  10. 03 Dec, 2020 1 commit
  11. 01 Dec, 2020 1 commit
  12. 20 Nov, 2020 2 commits
  13. 19 Nov, 2020 2 commits
  14. 18 Nov, 2020 1 commit
  15. 13 Nov, 2020 1 commit
  16. 11 Nov, 2020 1 commit
  17. 28 Oct, 2020 1 commit
  18. 27 Oct, 2020 1 commit
  19. 23 Oct, 2020 1 commit
  20. 06 Oct, 2020 2 commits
  21. 05 Oct, 2020 1 commit
  22. 13 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] cleanups to web runner functionality (#61178) · e666ea8d
      Jonah Williams authored
      Skip unnecessary parsing of chrome URI. Ensure stack traces are initialized in web server. Disclaimer on web server that it does not support debugging and remove help message. Fix generated entrypoint to check for main(List<String> args)
      
      - Fixes #59643
      - Fixes #55084
      - Fixes #60417
      e666ea8d
  23. 12 Jun, 2020 1 commit
  24. 07 May, 2020 1 commit
  25. 28 Apr, 2020 1 commit
  26. 27 Apr, 2020 1 commit
  27. 22 Apr, 2020 2 commits
  28. 20 Apr, 2020 1 commit
  29. 09 Apr, 2020 1 commit
  30. 23 Mar, 2020 1 commit
    • stuartmorgan's avatar
      Add pre-stable support for create on Windows (#51895) · 685e9d1e
      stuartmorgan authored
      Adds initial support for flutter create of apps and plugins. This is derived from the current FDE example app and sample plugin, adding template values where relevant.
      
      Since the APIs/tooling/template aren't stable yet, the app template includes a version marker, which will be updated each time there's a breaking change. The build now checks that the template version matches the version known by that version of the tool, and gives a specific error message when there's a mismatch, which improves over the current breaking change experience of hitting whatever build failure the breaking change causes and having to figure out that the problem is that the runner is out of date. It also adds a warning to the create output about the fact that it won't be stable.
      
      Plugins don't currently have a version marker since in practice this is not a significant problem for plugins yet the way it is for runners; we can add it later if that changes.
      
      Fixes #30704
      685e9d1e
  31. 18 Mar, 2020 1 commit
    • Yegor's avatar
      Fix web test flakiness; enable web golden tests (#52789) · 7b4c195f
      Yegor authored
      * Fix web test flakiness; enable web golden tests
      
      The fix is three-part:
      
      - Only allow one test to load _and_ test at any point in time.
      - Use a fresh Chrome instance for each test file.
      - Increase Cirrus resources.
      
      The first two changes only fix the "Unknown error loading" error, but not hanging tests. The resource increase also prevents hanging tests.
      
      Other minor changes:
      
      - Remove test batching (it's no longer necessary)
      - Fix the Chrome class, which was using the wrong Completer.
      7b4c195f
  32. 06 Mar, 2020 1 commit
  33. 04 Mar, 2020 3 commits