static Future<void> addPackage(String package) async { LogService.info('Adding package $package …'); await _runCommand('dart pub add $package'); }