Commit e2b8c86b authored by Danny Tuppeny's avatar Danny Tuppeny Committed by Danny Tuppeny

Add dantup to TODO comments

parent 259dd571
......@@ -61,7 +61,7 @@ class EmulatorsCommand extends FlutterCommand {
if (emulators.isEmpty) {
printStatus('No emulators available.\n\n'
// TODO: Change these when we support creation
// TODO(dantup): Change these when we support creation
// 'You may need to create images using "flutter emulators --create"\n'
'You may need to create one using Android Studio '
'or visit https://flutter.io/setup/ for troubleshooting tips.');
......
......@@ -11,7 +11,7 @@ import '../emulator.dart';
import '../globals.dart';
import 'ios_workflow.dart';
// TODO: Is there a better name for this? We already have IOSSimulator classes
// TODO(dantup): Is there a better name for this? We already have IOSSimulator classes
// that represent *running* simulators, but this is about "unlaunched images"...
class IOSEmulators extends EmulatorDiscovery {
@override
......@@ -61,7 +61,7 @@ List<IOSEmulator> getEmulators() {
String getSimulatorPath() {
final List<String> searchPaths = <String>[
// TODO: Could this be anywhere else?
// TODO(dantup): Could this be anywhere else?
'/Applications/Xcode.app/Contents/Developer/Applications/Simulator.app',
];
return searchPaths.where((String p) => p != null).firstWhere(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment