Runs a Flutter build command with the provided args.
args
Future<void> build(List<String> args) => runFlutter(['build', ...args]);