1. 24 Jul, 2018 1 commit
  2. 19 Jul, 2018 1 commit
  3. 09 Jul, 2018 1 commit
  4. 02 Jul, 2018 1 commit
  5. 28 Jun, 2018 4 commits
  6. 22 Jun, 2018 2 commits
  7. 13 Jun, 2018 1 commit
  8. 01 Jun, 2018 1 commit
  9. 31 May, 2018 2 commits
  10. 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
  11. 28 May, 2018 4 commits
  12. 24 May, 2018 1 commit
  13. 08 May, 2018 1 commit
  14. 07 May, 2018 1 commit
  15. 04 May, 2018 2 commits
  16. 03 May, 2018 1 commit
  17. 12 Apr, 2018 1 commit
  18. 09 Apr, 2018 1 commit
  19. 05 Apr, 2018 1 commit
  20. 04 Apr, 2018 1 commit
  21. 29 Mar, 2018 1 commit
  22. 24 Mar, 2018 1 commit
  23. 20 Mar, 2018 1 commit
  24. 16 Mar, 2018 1 commit
  25. 12 Mar, 2018 1 commit
  26. 28 Feb, 2018 1 commit
  27. 27 Feb, 2018 1 commit
    • Chris Bracken's avatar
      Add .dart_tool to gitignore (#14932) · ae6ac2ca
      Chris Bracken authored
      Dart is migrating to .dart_tool/ as the location for cached artifacts
      and other temporary files generated by tooling in the SDK. As part of
      this, pub will be migrating from .pub to .dart_tool/pub.
      
      In future, this path will also be used for other tooling, such as package:build.
      ae6ac2ca
  28. 26 Feb, 2018 1 commit
  29. 22 Feb, 2018 1 commit
  30. 19 Feb, 2018 2 commits