1. 09 Sep, 2019 1 commit
  2. 15 Jul, 2019 1 commit
    • Christopher Fujino's avatar
      Reland bundle ios deps (#36093) · 102ab1e6
      Christopher Fujino authored
      This updates the flutter tool cache to download binary files for ideviceinstaller, ios-deploy, libimobiledevice, and dynamically linked dependencies from Flutter's GCP bucket.
      102ab1e6
  3. 12 Jul, 2019 2 commits
  4. 27 Jun, 2019 1 commit
  5. 16 May, 2019 1 commit
  6. 21 Feb, 2019 1 commit
  7. 17 Dec, 2018 1 commit
  8. 17 Oct, 2018 1 commit
  9. 04 Oct, 2018 2 commits
  10. 01 Oct, 2018 1 commit
  11. 12 Sep, 2018 1 commit
  12. 21 Aug, 2018 1 commit
  13. 06 Aug, 2018 1 commit
  14. 02 Aug, 2018 2 commits
  15. 25 Jun, 2018 1 commit
    • Florian Loitsch's avatar
      Flutter attach (#18677) · d248725e
      Florian Loitsch authored
      Add `flutter attach` command.
      
      This command allows Flutter to connect to applications that haven't been launched using `flutter run`.
      d248725e
  16. 05 Feb, 2018 1 commit
  17. 18 Dec, 2017 2 commits
    • Chris Bracken's avatar
      Use idevice_id for devicelab iOS device lookups (#13652) · b771294c
      Chris Bracken authored
      This replaces the use of ideviceinfo (whose output was then filtered for
      device IDs) with an invocation idevice_id -l, which returns the list
      directly, one per line.
      b771294c
    • Chris Bracken's avatar
      Use idevice_id for devicelab iOS device listing (#13624) · c7ea97f2
      Chris Bracken authored
      This patch migrates iOS device listing from using Xcode instruments to
      using the libimobiledevice tools idevice_id and ideviceinfo.
      
      ideviceinfo was previously incompatible with iOS 11 physical devices;
      this has now been fixed.
      
      In 58fe8237 flutter_tools migrated from
      libimobiledevice-based device listing on iOS to using Xcode instruments
      to work around the lack of support for iOS 11. Using instruments entails
      several downsides, including a significantly higher performance hit, and
      leaking hung DTServiceHub processes in certain cases when a simulator is
      running, necessitating workarounds in which we watched for, and cleaned
      up leaked DTServiceHub processes. This patch returns reverts the move to
      instruments now that it's no longer necessary.
      
      This reverts commit 58fe8237.
      c7ea97f2
  18. 17 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
  19. 27 Sep, 2017 1 commit
  20. 24 Jun, 2017 1 commit
  21. 19 Jun, 2017 1 commit
  22. 04 Apr, 2017 1 commit
  23. 15 Mar, 2017 1 commit
  24. 04 Mar, 2017 1 commit
  25. 02 Mar, 2017 1 commit
  26. 27 Jan, 2017 1 commit
  27. 01 Dec, 2016 1 commit
  28. 29 Sep, 2016 1 commit
  29. 14 Sep, 2016 1 commit