Commit 27f3a3a7 authored by Devon Carew's avatar Devon Carew

Merge pull request #590 from devoncarew/logs_package

allow logs to work from any location
parents abce0533 559ea9d0
......@@ -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