1. 28 Jan, 2020 3 commits
  2. 25 Jan, 2020 1 commit
  3. 24 Jan, 2020 1 commit
  4. 23 Jan, 2020 1 commit
  5. 08 Jan, 2020 1 commit
    • stuartmorgan's avatar
      Check for desktop project files before building (#48350) · 58d6c425
      stuartmorgan authored
      Moves the checks that projects have been configured for desktop to a lower level, where they will cover more codepaths (e.g., 'run'), and improves them to check for native build projects, rather than just directories, to catch cases where the directory exists (e.g., due to accidental creation of generated files).
      
      Also adds links to the error messages pointing to instructions on adding desktop support to a project.
      
      Fixes #47145
      58d6c425
  6. 06 Jan, 2020 1 commit
  7. 17 Dec, 2019 1 commit
  8. 05 Dec, 2019 1 commit
  9. 02 Dec, 2019 1 commit
  10. 27 Nov, 2019 1 commit
    • 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
  11. 19 Nov, 2019 1 commit
  12. 29 Oct, 2019 1 commit
  13. 28 Oct, 2019 1 commit
  14. 15 Oct, 2019 1 commit
  15. 14 Oct, 2019 1 commit
  16. 10 Oct, 2019 1 commit
  17. 09 Oct, 2019 1 commit
  18. 04 Oct, 2019 1 commit
  19. 30 Sep, 2019 2 commits
  20. 24 Sep, 2019 1 commit
  21. 16 Sep, 2019 2 commits
  22. 13 Sep, 2019 1 commit
  23. 12 Sep, 2019 2 commits
  24. 10 Sep, 2019 1 commit
  25. 05 Sep, 2019 1 commit
  26. 28 Aug, 2019 4 commits
  27. 27 Aug, 2019 1 commit
  28. 26 Aug, 2019 1 commit
    • stuartmorgan's avatar
      Add profile support on macOS (#39264) · 74076958
      stuartmorgan authored
      Fix some places where Debug/Release was treated as a binary switch.
      
      Makes similar changes to Windows and Linux to simplify adding profile
      support to those platforms in the future. This means `--profile` builds
      will fail on Linux and Windows for now, but that's fine since they
      aren't actually supported, and unlike `--release` don't provide useful
      functionality at the native code level.
      
      Also fixes 'stopApp' always using Debug on macOS, to avoid showing an
      error when running Profile (or Release).
      
      Fixes #33203
      74076958
  29. 23 Aug, 2019 1 commit
  30. 22 Aug, 2019 1 commit
  31. 20 Aug, 2019 1 commit
  32. 17 Aug, 2019 1 commit