1. 01 Jun, 2018 1 commit
  2. 31 May, 2018 2 commits
  3. 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
  4. 28 May, 2018 4 commits
  5. 08 Jan, 2018 2 commits
  6. 14 Dec, 2017 1 commit
  7. 13 Dec, 2017 1 commit
  8. 29 Jun, 2017 2 commits
  9. 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
  10. 07 Jun, 2017 1 commit
  11. 24 May, 2017 2 commits