build_native 0.0.11+1 copy "build_native: ^0.0.11+1" to clipboard
build_native: ^0.0.11+1 copied to clipboard

Compile native extensions with package:build, using the system compilers.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate build_native

Use it

The package has the following executables:

$ build_native

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add build_native

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

dependencies:
  build_native: ^0.0.11+1

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:build_native/build_native.dart';
4
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Compile native extensions with package:build, using the system compilers.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

angel_serialize, archive, args, build, build_config, cli_util, collection, convert, crypto, front_end, io, lzma, path, quiver, recase, scratch_space, source_span, system_info, yaml

More

Packages that depend on build_native