1. 15 Mar, 2017 1 commit
    • Jakob Andersen's avatar
      Put Gradle output in build/ (#8759) · 1457f3db
      Jakob Andersen authored
      Changed the default build output directory in the new project template
      to build/, instead of android/build/ and android/app/build/.
      
      Updated tools to ask the Gradle scripts what the build directory is,
      since this is configurable in the build scripts, and we need to know
      where the build output actually is.
      
      Silenced output from 'flutter build aot' when invoked from Gradle, since
      the output was confusing in this case.
      
      Fixes #8723
      Fixes #8656
      Fixes #8138
      1457f3db
  2. 07 Mar, 2017 3 commits
  3. 06 Mar, 2017 2 commits
  4. 28 Feb, 2017 1 commit
  5. 14 Feb, 2017 1 commit
  6. 10 Feb, 2017 1 commit
    • Jakob Andersen's avatar
      Make new project template gradle-based for Android. (#7902) · b246c5e7
      Jakob Andersen authored
      * Make new project template gradle-based for Android.
      
      With this change, the 'new project' template uses the same gradle-based build for Android as the hello_services example. This has some implications on build performance, since we're now building a complete Android app instead of just combining a pre-compiled .dex with the Flutter assets.
      
      The very first build is a little over 2x slower, since it needs to download gradle and build the build scripts before getting to the actual code. Subsequent builds with changes to the code are comparable to the old builds. Null builds are faster. Enabling the gradle daemon speeds up subsequent builds by around 5s.
      
      * Move Flutter Gradle plugin to Flutter root.
      b246c5e7
  7. 09 Feb, 2017 1 commit
  8. 07 Feb, 2017 1 commit
    • Chris Bracken's avatar
      Thin iOS app frameworks to the target architecture (#7913) · 1926d111
      Chris Bracken authored
      * Support thinning iOS frameworks to supported architectures
      
      When building against frameworks that are distributed as
      multi-architecture fat binaries, we want to strip the frameworks we
      distribute down to only the architectures specified in $ARCHS.
      
      This patch adds:
      * The ability to specify commands to xcode_backend.sh (if none is
        specified, run BuildApp for backward compatibility).
      * A 'thin' command that invokes lipo to thin down the distributed as
        described above.
      
      * Add framework thinning step to iOS build
      
      Invokes xcode_backend.sh thin on the build application.
      
      * Limit architectures to arm64 in Xcode template
      
      Flutter does not yet support armv7 iOS devices. Limit the $ARCHS build
      variable to arm64 until then.
      1926d111
  9. 03 Feb, 2017 1 commit
  10. 02 Feb, 2017 1 commit
  11. 01 Feb, 2017 1 commit
  12. 24 Jan, 2017 1 commit
  13. 23 Jan, 2017 1 commit
    • Michael Thomsen's avatar
      Update IntelliJ template for new projects and existing samples (#7501) · 24f1b2ee
      Michael Thomsen authored
      * Disable 'Show Excluded' by default
      
      * Move .iml file inside .idea dir
      
      * Remove pub and build excludions as they are automatically set by the Dart plugin
      
      * Exclude .idea folder (new users will edit it through the IJ UI, not the file)
      
      * Move .iml files into .idea dir to be consistent with template changes
      
      * Add workspace.xml from new template to existing samples
      
      * Update current examples to match template changes for excluding folders
      
      * Add missing flutter.yaml to make sure there are no analysis errors
      
      * Add back .pub and build excludeFolder tags per https://github.com/flutter/flutter-intellij/issues/630#issuecomment-272887230
      
      * Remove workspace.xml from example per review feedback
      24f1b2ee
  14. 12 Jan, 2017 1 commit
  15. 14 Dec, 2016 1 commit
  16. 07 Dec, 2016 1 commit
  17. 28 Nov, 2016 1 commit
  18. 17 Nov, 2016 1 commit
  19. 02 Nov, 2016 1 commit
  20. 01 Nov, 2016 2 commits
  21. 24 Oct, 2016 1 commit
  22. 21 Oct, 2016 1 commit
  23. 20 Oct, 2016 1 commit
  24. 11 Oct, 2016 1 commit
  25. 26 Sep, 2016 1 commit
  26. 23 Sep, 2016 1 commit
  27. 24 Aug, 2016 1 commit
    • Dan Rubel's avatar
      Test create proj content (#5546) · f6c53d58
      Dan Rubel authored
      * test flutter create project dart file is properly formatted
      
      * restore driver-test
      
      * cleanup lint warnings
      
      * address comment
      f6c53d58
  28. 19 Aug, 2016 1 commit
  29. 18 Aug, 2016 1 commit
  30. 17 Aug, 2016 1 commit
  31. 16 Aug, 2016 1 commit
  32. 15 Aug, 2016 1 commit
  33. 08 Aug, 2016 1 commit
  34. 05 Aug, 2016 3 commits