static Future<void> flutter(String command, List<String> args) async { await run('flutter', [command, ...args]); }