1. 23 Jul, 2020 1 commit
  2. 17 Jul, 2020 1 commit
  3. 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
  4. 10 Jun, 2020 1 commit
  5. 27 May, 2020 1 commit
  6. 16 May, 2020 1 commit
    • stuartmorgan's avatar
      Switch to CMake for Linux desktop (#57238) · 8abf0a6d
      stuartmorgan authored
      Updates the Linux templates to use CMake+ninja, rather than Make, and updates the tooling to generate CMake support files rather than Make support files, and to drive the build using cmake and ninja.
      
      Also updates doctor to check for cmake and ninja in place of make.
      
      Note: While we could use CMake+Make rather than CMake+ninja, in testing ninja handled the tool_backend.sh call much better, calling it only once rather than once per dependent target. While it does add another dependency that people are less likely to already have, it's widely available in package managers, as well as being available as a direct download. Longer term, we could potentially switch from ninja to Make if it's an issue.
      
      Fixes #52751
      8abf0a6d
  7. 11 May, 2020 1 commit
  8. 22 Apr, 2020 1 commit
  9. 16 Apr, 2020 1 commit
  10. 06 Apr, 2020 1 commit
  11. 25 Mar, 2020 3 commits
  12. 19 Mar, 2020 1 commit
  13. 18 Mar, 2020 1 commit
  14. 16 Mar, 2020 1 commit
  15. 12 Mar, 2020 1 commit
  16. 06 Mar, 2020 1 commit
  17. 04 Mar, 2020 2 commits
  18. 28 Feb, 2020 3 commits
  19. 27 Feb, 2020 4 commits
  20. 26 Feb, 2020 2 commits
  21. 20 Feb, 2020 1 commit
  22. 10 Feb, 2020 1 commit
  23. 03 Feb, 2020 1 commit
  24. 30 Jan, 2020 1 commit
  25. 28 Jan, 2020 1 commit
  26. 10 Jan, 2020 1 commit
  27. 08 Jan, 2020 1 commit
  28. 07 Jan, 2020 1 commit
  29. 06 Jan, 2020 1 commit
  30. 27 Nov, 2019 2 commits
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
    • Zachary Anderson's avatar