ccompilers 0.2.3 copy "ccompilers: ^0.2.3" to clipboard
ccompilers: ^0.2.3 copied to clipboard

outdatedDart 1 only

A set of classes for easy access to the system С/С++ compilers from the Dart language scripts.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ccompilers

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ccompilers: ^0.2.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ccompilers/ccompilers.dart';
3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A set of classes for easy access to the system С/С++ compilers from the Dart language scripts.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

path, system_info

More

Packages that depend on ccompilers