1. 21 Dec, 2019 1 commit
  2. 19 Dec, 2019 1 commit
  3. 18 Dec, 2019 2 commits
  4. 13 Dec, 2019 2 commits
  5. 10 Dec, 2019 1 commit
  6. 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
    • Greg Spencer's avatar
      Add macOS to TargetPlatform (#43457) · 245d1b51
      Greg Spencer authored
      This PR adds TargetPlatform.macOS to the TargetPlatform enum. This allows us to begin implementation of some adaptive UI based on which target platform is desired.
      
      I haven't updated the tests here, that will come in a follow-up PR.
      245d1b51
  7. 22 Nov, 2019 1 commit
  8. 01 Nov, 2019 1 commit
  9. 24 Oct, 2019 1 commit
  10. 23 Oct, 2019 1 commit
  11. 17 Oct, 2019 1 commit
  12. 15 Oct, 2019 3 commits
  13. 10 Oct, 2019 1 commit
  14. 04 Oct, 2019 1 commit
  15. 20 Sep, 2019 2 commits
    • stuartmorgan's avatar
      Support create for macOS (app and plugin) (#40851) · 0412977e
      stuartmorgan authored
      Adds macOS support for `flutter create`:
      - Currently it is behind a hidden flag.
      - Adds a TargetPlatform workaround to lib/main.dart in the standard app template when enabled.
      - Supports `app` and `plugin`; `module` support doesn't yet exist for macOS in general.
      
      This will eliminate the need to use FDE's examples as templates on macOS. The templates are based on the current state of FDE's examples, with templating support added (and with adoption of the new application delegate in the app, which hadn't been done yet in FDE, eliminating some boilerplate from the template).
      
      Fixes #30703 
      0412977e
    • stuartmorgan's avatar
      Move iOS and Android gitignore rules into folders (#40864) · 86c342ec
      stuartmorgan authored
      Rather than have a monolithic .gitignore covering all platforms in the
      app template, have each platform folder contain its own rules.
      
      Fixes #40793
      86c342ec
  16. 14 Sep, 2019 2 commits
  17. 03 Sep, 2019 1 commit
  18. 20 Aug, 2019 1 commit
  19. 19 Aug, 2019 1 commit
  20. 06 Aug, 2019 1 commit
  21. 12 Jul, 2019 1 commit
  22. 08 Jul, 2019 3 commits
  23. 20 Jun, 2019 1 commit
  24. 12 Jun, 2019 1 commit
  25. 07 Jun, 2019 1 commit
  26. 01 Jun, 2019 1 commit
  27. 14 May, 2019 1 commit
  28. 13 May, 2019 1 commit
  29. 08 May, 2019 1 commit
  30. 29 Apr, 2019 1 commit
  31. 25 Apr, 2019 1 commit