1. 09 Nov, 2023 1 commit
  2. 03 Nov, 2023 1 commit
  3. 02 Nov, 2023 1 commit
  4. 15 Oct, 2021 1 commit
  5. 20 Apr, 2021 1 commit
  6. 02 Dec, 2020 1 commit
  7. 23 Nov, 2020 1 commit
  8. 20 Nov, 2020 1 commit
  9. 13 Feb, 2020 1 commit
  10. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  11. 26 Sep, 2019 1 commit
  12. 25 Sep, 2019 1 commit
  13. 18 Jun, 2019 1 commit
  14. 19 Jan, 2019 2 commits
  15. 19 Dec, 2018 2 commits
  16. 18 Dec, 2018 1 commit
  17. 20 Aug, 2018 1 commit
    • Amir Hardon's avatar
      Integration test for embeded Android Views touch support. · 72ef4485
      Amir Hardon authored
      The test places an embedded Android view at the top left, and verifies
      that motion events that get to FlutterView are equivalent to the
      synthesized motion events that gets to the embedded view.
      
      See the README.md for more high level details.
      72ef4485
  18. 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
  19. 01 Jun, 2018 1 commit
  20. 31 May, 2018 2 commits
  21. 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
  22. 28 May, 2018 4 commits
  23. 08 Jan, 2018 2 commits
  24. 14 Dec, 2017 1 commit
  25. 13 Dec, 2017 1 commit
  26. 29 Jun, 2017 1 commit
  27. 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
  28. 24 May, 2017 1 commit
  29. 09 May, 2017 1 commit
  30. 08 May, 2017 2 commits
  31. 24 Apr, 2017 1 commit
  32. 09 Mar, 2017 1 commit