1. 22 Apr, 2020 1 commit
  2. 12 Jun, 2019 1 commit
  3. 08 Mar, 2019 1 commit
  4. 18 Dec, 2018 1 commit
  5. 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
  6. 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
  7. 07 May, 2018 1 commit
  8. 26 Sep, 2016 1 commit
  9. 06 Jul, 2016 2 commits
  10. 02 Mar, 2016 1 commit
  11. 24 Feb, 2016 1 commit
  12. 17 Feb, 2016 1 commit
  13. 27 Aug, 2015 1 commit
  14. 25 Aug, 2015 1 commit
  15. 14 Aug, 2015 1 commit
  16. 08 Aug, 2015 1 commit
  17. 06 Aug, 2015 1 commit
  18. 29 Jul, 2015 2 commits
  19. 28 Jul, 2015 1 commit