1. 29 Mar, 2018 1 commit
  2. 16 Mar, 2018 1 commit
  3. 13 Feb, 2018 1 commit
    • xster's avatar
      Reduce Xcode noise #3 (#14663) · d401bd78
      xster authored
      * Revert "Revert "Reduce xcodebuild noise #2" (#14641)"
      
      This reverts commit 2d47481f.
      
      * Stop scrapping xcodebuild output, get the right build settings
      
      * clone the command params first
      d401bd78
  4. 08 Feb, 2018 1 commit
  5. 04 Jan, 2018 1 commit
    • Siva's avatar
      support for --strong option (#13859) · 426d6b06
      Siva authored
      * Plumb a --strong option through to the front end server and the engine
      so that we can run flutter apps in preview-dart-2 and strong mode
      
      * - Address analyzer lint issues
      *- correctly set up strong mode option in the case of AOT builds
      426d6b06
  6. 01 Dec, 2017 1 commit
  7. 30 Nov, 2017 2 commits
  8. 23 Aug, 2017 1 commit
  9. 22 Aug, 2017 2 commits
  10. 29 Jun, 2017 1 commit
  11. 07 Jun, 2017 1 commit
  12. 27 Mar, 2017 1 commit
    • Jakob Andersen's avatar
      Make pod install a long-running step. (#8999) · eedc5d9f
      Jakob Andersen authored
      The very first time `pod install` is invoked, CocoaPods downloads the master spec repository, which takes quite a while. Before this change, the build appeared to have stalled. With this change, at least the spinner is moving.
      
      Added `pod setup` to the install instructions for CocoaPods, so the spec repo is downloaded while setting up Flutter, instead of during the first build.
      eedc5d9f
  13. 04 Mar, 2017 1 commit
  14. 25 Feb, 2017 1 commit
  15. 17 Feb, 2017 1 commit
    • Michael Goderbauer's avatar
      Refactor how Artifacts are located (#8234) · cd8434d9
      Michael Goderbauer authored
      Artifacts are now located in a central place.
      This will enable us to downlaod artifacts when we need them (instead of
      downloading them all upfront).
      This also makes replacing sky_snapshot with gen_snapshot easier.
      cd8434d9
  16. 14 Feb, 2017 1 commit
  17. 08 Feb, 2017 2 commits
  18. 14 Nov, 2016 2 commits
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 3 of 3 (#6838) · 34e466f1
      Dan Rubel authored
      * Remove the workaround that pinned args to v0.13.6
      This reverts most of the changes in commit 6331b6c8
      * throw exception if exit code is not an integer
      * rework command infrastructure to throw ToolExit when non-zero exitCode
      * convert commands to return Future<Null>
      * cleanup remaining commands to use throwToolExit for non-zero exit code
      * remove isUnusual exception message
      * add type annotations for updated args package
      34e466f1
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 2 (#6817) · e384c0d9
      Dan Rubel authored
      * convert pubGet to throw ToolExit on non-zero exit code
      * convert commandValidator to throw ToolExit for non-zero exit code
      * convert flutter commands to throw ToolExit for non-zero exit code
      * use convenience method throwToolExit
      * only show "if this problem persists" for unusual exceptions
      e384c0d9
  19. 03 Nov, 2016 1 commit
    • Devon Carew's avatar
      Better progress (#6677) · fcfb2a5c
      Devon Carew authored
      * make showElapsedTime default to true
      
      * support nested progresses
      
      * improve hot reload message
      
      * rethrow
      fcfb2a5c
  20. 16 Sep, 2016 2 commits
  21. 23 Aug, 2016 1 commit
  22. 22 Aug, 2016 1 commit
  23. 25 Jul, 2016 3 commits
  24. 21 Jul, 2016 1 commit
  25. 02 Jun, 2016 1 commit
  26. 29 May, 2016 1 commit
  27. 24 May, 2016 1 commit
  28. 23 May, 2016 1 commit
  29. 12 May, 2016 1 commit
  30. 18 Apr, 2016 1 commit
    • Devon Carew's avatar
      Use arm deploy (#3374) · 12cac94c
      Devon Carew authored
      * download android-arm-deploy
      
      * wire up --deploy to android-arm-deploy
      
      * fix interpolation
      12cac94c
  31. 16 Apr, 2016 1 commit
  32. 06 Apr, 2016 2 commits