1. 17 Dec, 2018 1 commit
  2. 17 Oct, 2018 1 commit
  3. 04 Oct, 2018 2 commits
  4. 01 Oct, 2018 1 commit
  5. 12 Sep, 2018 1 commit
  6. 21 Aug, 2018 1 commit
  7. 06 Aug, 2018 1 commit
  8. 02 Aug, 2018 2 commits
  9. 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
  10. 05 Feb, 2018 1 commit
  11. 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
  12. 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
  13. 27 Sep, 2017 1 commit
  14. 24 Jun, 2017 1 commit
  15. 19 Jun, 2017 1 commit
  16. 04 Apr, 2017 1 commit
  17. 15 Mar, 2017 1 commit
  18. 04 Mar, 2017 1 commit
  19. 02 Mar, 2017 1 commit
  20. 27 Jan, 2017 1 commit
  21. 01 Dec, 2016 1 commit
  22. 29 Sep, 2016 1 commit
  23. 14 Sep, 2016 1 commit