1. 30 May, 2018 2 commits
  2. 04 May, 2018 2 commits
  3. 20 Mar, 2018 1 commit
  4. 12 Mar, 2018 1 commit
  5. 07 Mar, 2018 1 commit
  6. 28 Feb, 2018 1 commit
    • jcollins-g's avatar
      Android license detector in doctor, take two (#14783) · 614df694
      jcollins-g authored
      * Revert "Revert "Add android license verification to doctor and some refactoring" (#14727)"
      
      This reverts commit d2602947.
      
      * Add tests, fix sdkManagerEnv and use it consistently, and rearrange Status object model
      
      * AnsiSpinner needs to leave the cursor where it found it.
      
      * fix tests
      
      * Const constructor warning only shows up on windows...?
      
      * Avoid crash if we can't find the home directory
      
      * Make pathVarSeparator return a string in the mock
      
      * Implement review comments
      
      * Fix out-of-order problem on stop
      614df694
  7. 15 Feb, 2018 1 commit
  8. 14 Feb, 2018 1 commit
  9. 22 Oct, 2017 1 commit
  10. 20 Sep, 2017 1 commit
  11. 06 Sep, 2017 1 commit
  12. 10 Jul, 2017 1 commit
    • Todd Volkert's avatar
      Minor fixes in tools: (#11009) · 926a096e
      Todd Volkert authored
      * Include the process' `stdout` and `stderr` when it returns a
        non-zero exit code in `runCheckedAsync()`
      * Defensively catch errors in `AndroidDevice.isAppInstalled()`
        and return false
      926a096e
  13. 26 Apr, 2017 2 commits
  14. 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
  15. 10 Mar, 2017 2 commits
    • Jakob Andersen's avatar
      Revert "Eliminate CocoaPods install step (#8694)" (#8705) · 60c0c3d3
      Jakob Andersen authored
      * Revert "Eliminate CocoaPods install step (#8694)"
      
      This reverts commit f4a13bc7.
      
      If the developer is relying on CocoaPods and hasn't done a pod install, we will do it for them. This is needed for a smooth native plugin experience, similar to what Gradle is doing on the Android side.
      
      There's no hard dependency on CocoaPods. We only run pod install if the project uses CocoaPods, so developers are still free to use alternatives if they prefer (and if they don't want to use native plugins).
      
      Fixes #8685
      Fixes #8657
      Fixes #8526
      
      * Require CocoaPods 1.0.0 or newer.
      
      And make sure we don't get a crash if running `pod install` fails.
      
      * Address review feedback
      60c0c3d3
    • Chris Bracken's avatar
      Eliminate CocoaPods install step (#8694) · f4a13bc7
      Chris Bracken authored
      If the developer is relying on CocoaPods and hasn't done a pod install,
      they'll get a build failure indicating the issue.
      
      This also avoids a hard dependency on CocoaPods in the tool and allows
      developers to customize their Xcode steps to use alternatives such as
      Carthage if they prefer.
      f4a13bc7
  16. 08 Mar, 2017 1 commit
    • Jakob Andersen's avatar
      Run 'pod install' before building iOS app. (#8609) · a4883de3
      Jakob Andersen authored
      Since iOS builds are CocoaPods enabled by default, we should make sure to run `pod install` to get pods wired up before building the app.
      
      Also added a check to `flutter doctor` to verify CocoaPods is installed.
      
      I'm passing FLUTTER_FRAMEWORK_DIR to the `pod install` command, so we can have the app's Podfile link in Flutter.framework as a pod instead of having to copy it over in xcode_backend.sh.
      a4883de3
  17. 06 Mar, 2017 2 commits
  18. 04 Mar, 2017 1 commit
  19. 27 Feb, 2017 1 commit
    • Todd Volkert's avatar
      Add --bug-report flag (#8435) · f60410fa
      Todd Volkert authored
      This adds support for a `--bug-report` flag, which is a recording
      that:
        - includes the arguments that were passed to the command runner
        - is zipped up for easy attachment in Guthub issues
      f60410fa
  20. 23 Feb, 2017 2 commits
  21. 13 Feb, 2017 1 commit
  22. 24 Jan, 2017 1 commit
  23. 23 Jan, 2017 1 commit
  24. 10 Jan, 2017 1 commit
  25. 09 Jan, 2017 1 commit
  26. 08 Dec, 2016 1 commit
  27. 30 Nov, 2016 1 commit
  28. 03 Nov, 2016 1 commit
    • John McCutchan's avatar
      Only synchronize used Dart sources to DevFS. (#6668) · 594c4f99
      John McCutchan authored
      - [x] Remove the second full-sync on startup.
      - [x] Always invoke the snapshotter to determine the minimal set of Dart sources used.
      - [x] Only synchronize the *used* Dart sources to DevFS.
      - [x] Detect syntax / file missing errors on the host and gate reloads / restarts.
      594c4f99
  29. 24 Oct, 2016 1 commit
  30. 13 Oct, 2016 1 commit
  31. 26 Sep, 2016 1 commit
  32. 12 Sep, 2016 1 commit
  33. 26 Aug, 2016 1 commit
  34. 25 Aug, 2016 1 commit