command_runner library

Classes

CommandRunner

Typedefs

ProcessRunner = Future<ProcessResult> Function(String executable, List<String> args, {String? workingDirectory})
Executes shell commands for dependency management, build_runner, and formatting.