Commit 559ea9d0 authored by Devon Carew's avatar Devon Carew

allow logs to work from any location

parent abce0533
......@@ -22,6 +22,8 @@ class LogsCommand extends FlutterCommand {
help: 'Clear log history before reading from logs (Android only).');
}
bool get requiresProjectRoot => false;
@override
Future<int> runInProject() async {
connectToDevices();
......
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