1. 22 Apr, 2020 1 commit
  2. 16 Apr, 2020 1 commit
  3. 30 Mar, 2020 1 commit
  4. 27 Mar, 2020 1 commit
  5. 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
  6. 11 Mar, 2020 1 commit
  7. 10 Mar, 2020 1 commit
  8. 06 Mar, 2020 1 commit
  9. 04 Mar, 2020 2 commits
  10. 03 Mar, 2020 2 commits
    • stuartmorgan's avatar
      Add pre-stable support for create on Linux (#51832) · 8d8439f8
      stuartmorgan authored
      Adds initial support for `flutter create` of apps and plugins. This is derived from the current FDE example app and sample plugin, with a few changes:
      - Added template values where it makes sense.
      - Moved some likely-to-change values into separate files for now, to simplify the delete/recreate cycle that will be necessary until it's stable.
      - Added some minor Makefile flag handling improvements
      
      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.
      8d8439f8
    • Greg Spencer's avatar
      Add Linux and Windows target platforms (#51519) · 1ba4f1f5
      Greg Spencer authored
      This PR adds the linux and windows target platform enum values, along with automatically setting the defaultTargetPlatform to the appropriate value on those platforms.
      
      Fixes #31366
      1ba4f1f5
  11. 28 Feb, 2020 3 commits
  12. 27 Feb, 2020 2 commits
  13. 31 Jan, 2020 1 commit
  14. 30 Jan, 2020 3 commits
  15. 28 Jan, 2020 2 commits
  16. 22 Jan, 2020 1 commit
  17. 14 Jan, 2020 1 commit
  18. 13 Jan, 2020 2 commits
  19. 10 Jan, 2020 1 commit
  20. 07 Jan, 2020 1 commit
  21. 06 Jan, 2020 1 commit
  22. 17 Dec, 2019 1 commit
  23. 03 Dec, 2019 3 commits
  24. 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
  25. 26 Nov, 2019 1 commit
  26. 19 Nov, 2019 1 commit
  27. 14 Nov, 2019 1 commit
  28. 07 Nov, 2019 1 commit