1. 09 Mar, 2022 1 commit
  2. 28 Feb, 2022 1 commit
  3. 24 Feb, 2022 1 commit
  4. 26 Jan, 2022 1 commit
  5. 15 Oct, 2021 1 commit
  6. 28 Jun, 2021 1 commit
  7. 20 Apr, 2021 1 commit
  8. 02 Dec, 2020 1 commit
  9. 23 Nov, 2020 1 commit
  10. 20 Nov, 2020 1 commit
  11. 11 Aug, 2020 1 commit
  12. 04 Aug, 2020 2 commits
  13. 13 Feb, 2020 1 commit
  14. 01 Jun, 2019 1 commit
  15. 19 Jan, 2019 1 commit
  16. 15 Jan, 2019 1 commit
  17. 20 Oct, 2018 1 commit
  18. 18 Oct, 2018 2 commits
  19. 04 Oct, 2018 1 commit
    • Greg Spencer's avatar
      Rename module --> application in flutter create command. (#22565) · 9f23866a
      Greg Spencer authored
      This renames the "module" template to the "application" template, and makes "application" the default. The existing "app" template is now deprecated.
      
      flutter create also now recognizes the type of project in an existing directory, and is able to recreate it without having the template type explicitly specified (although you can still do that). It does this now by first looking in the .metadata file for the new project_type field, and if it doesn't find that, then it looks at the directory structure. Also, the .metadata file is now overwritten even on an existing directory so that 1) the project_type can be added to legacy projects, and 2) the version of Flutter that updated the project last is updated.
      
      I also cleaned up a bunch of things in create_test.dart, added many more tests, and added an example test to the test/ directory in the generated output of the application template.
      
      Fixes #22530
      Fixes #22344
      9f23866a
  20. 28 Jul, 2018 1 commit
    • Greg Spencer's avatar
      Fix the gradle templates so that they default to values rather than throw... · e262817a
      Greg Spencer authored
      Fix the gradle templates so that they default to values rather than throw build exceptions. (#19916)
      
      When creating a new project, the build fails with an error similar to:
      
      "versionCode not found. Define flutter.versionCode in the local.properties file."
      
      This puts developers in the untenable situation of having to edit a file with local paths, but being unable to check it in.
      
      This changes the templates to default to using versionCode 1 and version "1.0" if they are not defined in the local.properties file.
      
      Fixes #18983.
      e262817a
  21. 01 Jun, 2018 1 commit
  22. 31 May, 2018 2 commits
  23. 30 May, 2018 1 commit
    • Ralph Bergmann's avatar
      add version to pubspec.yaml (#16857) · c65e9d19
      Ralph Bergmann authored
      Uses the `version` property from the `pubspec.yaml` file to set the corresponding fields in the `local.properties` file respectively in the `Generated.xcconfig` file.
      
      The `--build-name` and `--build-number` options have changed. Now they trump the `version` property from the `pubspec.yaml` file.
      
      If the `version` property is not set and the  `--build-name` and `--build-number` options are not provided, the build command will not change the `local.properties` / `Generated.xcconfig` file.
      c65e9d19
  24. 28 May, 2018 4 commits
  25. 08 Jan, 2018 2 commits
  26. 14 Dec, 2017 1 commit
  27. 13 Dec, 2017 1 commit
  28. 29 Jun, 2017 1 commit
  29. 20 Jun, 2017 1 commit
    • Michael Goderbauer's avatar
      Update templates to include google's maven repository (#10842) · 2f979914
      Michael Goderbauer authored
      Going forward, Android support libraries are published on maven (instead of bundling them with the SDK). Many plugins depend on these. To avoid requiring plugin users to add the maven repository to their app this change adds the repository to the template for `flutter create`.
      
      This also bumps the support-annotations dependency to 25.4.0 (which also requires the new maven repository).
      2f979914
  30. 24 May, 2017 1 commit
  31. 09 May, 2017 1 commit
  32. 08 May, 2017 2 commits