1. 01 Dec, 2017 1 commit
  2. 30 Nov, 2017 2 commits
  3. 23 Aug, 2017 1 commit
  4. 22 Aug, 2017 2 commits
  5. 29 Jun, 2017 1 commit
  6. 07 Jun, 2017 1 commit
  7. 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
  8. 04 Mar, 2017 1 commit
  9. 25 Feb, 2017 1 commit
  10. 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
  11. 14 Feb, 2017 1 commit
  12. 08 Feb, 2017 2 commits
  13. 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
  14. 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
  15. 16 Sep, 2016 2 commits
  16. 23 Aug, 2016 1 commit
  17. 22 Aug, 2016 1 commit
  18. 25 Jul, 2016 3 commits
  19. 21 Jul, 2016 1 commit
  20. 02 Jun, 2016 1 commit
  21. 29 May, 2016 1 commit
  22. 24 May, 2016 1 commit
  23. 23 May, 2016 1 commit
  24. 12 May, 2016 1 commit
  25. 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
  26. 16 Apr, 2016 1 commit
  27. 06 Apr, 2016 3 commits
  28. 04 Apr, 2016 1 commit
  29. 25 Mar, 2016 2 commits