static Future<void> runPubOutdated({bool showResult = true}) async { await _runCommand( 'flutter', ['pub', 'outdated'], '📦 Outdated packages:', showResult: showResult, ); }