native_toolchain_c library

A library to invoke the native C compiler installed on the host machine.

Classes

Builder
CBuilder
Specification for building an artifact with a C compiler.
Language
A programming language that can be selected for compilation of source files.

Functions

environmentFromBatchFile(Uri batchFile, {List<String> arguments = const []}) Future<Map<String, String>>
Extracts the environment variables set by batchFile.