1. 28 Jul, 2018 2 commits
    • amirh's avatar
      Fix onPlatformViewCreated comment wording (#19933) · d62aa96a
      amirh authored
      d62aa96a
    • 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
  2. 27 Jul, 2018 12 commits
  3. 26 Jul, 2018 7 commits
  4. 25 Jul, 2018 13 commits
  5. 24 Jul, 2018 6 commits