Future<void> pubGet(Directory path) async { await _exec('flutter', path, ['pub', 'get', '--no-example']); }