1. 15 Jan, 2021 1 commit
  2. 16 Dec, 2020 1 commit
  3. 07 Dec, 2020 1 commit
  4. 03 Dec, 2020 2 commits
  5. 09 Nov, 2020 1 commit
  6. 10 Oct, 2020 1 commit
  7. 23 Sep, 2020 1 commit
  8. 10 Sep, 2020 2 commits
  9. 03 Aug, 2020 1 commit
  10. 17 Jul, 2020 1 commit
  11. 16 Jul, 2020 2 commits
  12. 19 Jun, 2020 1 commit
  13. 29 May, 2020 1 commit
  14. 01 Apr, 2020 1 commit
  15. 19 Mar, 2020 1 commit
  16. 17 Mar, 2020 1 commit
  17. 04 Mar, 2020 1 commit
  18. 18 Feb, 2020 1 commit
  19. 15 Feb, 2020 2 commits
  20. 12 Feb, 2020 1 commit
  21. 11 Feb, 2020 1 commit
  22. 10 Jan, 2020 1 commit
  23. 10 Dec, 2019 1 commit
  24. 14 May, 2019 1 commit
  25. 25 Apr, 2019 1 commit
  26. 05 Apr, 2019 1 commit
  27. 29 Mar, 2019 1 commit
  28. 28 Mar, 2019 1 commit
  29. 12 Feb, 2019 1 commit
    • KyleWong's avatar
      Make version documentation clearer. (#27278) · 1c0a06f3
      KyleWong authored
      Currently, in pubspec.yaml, semver.org is referred to for more about versioning.
      However, the versionCode/versionName could differ on different platforms (iOS, Android, Dart).
      
      This adds more clear and complete information that could help users to understand it better.
      
      See: #27251
      1c0a06f3
  30. 25 Jan, 2019 1 commit
  31. 08 Jan, 2019 1 commit
  32. 06 Nov, 2018 1 commit
  33. 19 Oct, 2018 1 commit
  34. 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
  35. 15 Aug, 2018 2 commits