Skip to content

Conversation

@cbracken
Copy link
Member

Moves all remaining calls to tools that are part of the libimobiledevice
suite of tools to the IMobileDevice class. This allows for better
tracking of this dependency, and easier mocking in tests.

Moves all remaining calls to tools that are part of the libimobiledevice
suite of tools to the IMobileDevice class. This allows for better
tracking of this dependency, and easier mocking in tests.
@cbracken cbracken requested a review from tvolkert June 16, 2017 20:39

import 'dart:async';
import 'dart:convert' show JSON;
import 'dart:io' show ProcessResult;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

base/io.dart (there's a test that'll fail if you try to import dart:io)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@cbracken cbracken closed this Jun 16, 2017
@cbracken cbracken reopened this Jun 16, 2017
@cbracken cbracken merged commit 6650213 into flutter:master Jun 16, 2017
@cbracken cbracken deleted the extract-remaining-libimobiledevice branch June 16, 2017 21:33
gspencergoog pushed a commit to gspencergoog/flutter that referenced this pull request Jul 1, 2017
…ter#10793)

Moves all remaining calls to tools that are part of the libimobiledevice
suite of tools to the IMobileDevice class. This allows for better
tracking of this dependency, and easier mocking in tests.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants