native_extension_with_build_tools 0.0.17 copy "native_extension_with_build_tools: ^0.0.17" to clipboard
native_extension_with_build_tools: ^0.0.17 copied to clipboard

Dart 1 only

Example of the `build script` for the native extension (C++) for the Dart VM with the usage of `build_tools` and `ccompilers`.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add native_extension_with_build_tools

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

dependencies:
  native_extension_with_build_tools: ^0.0.17

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:native_extension_with_build_tools/sample_extension.dart';
0
likes
30
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

Example of the `build script` for the native extension (C++) for the Dart VM with the usage of `build_tools` and `ccompilers`.

Homepage

License

Unlicense (license)

Dependencies

build_tools, ccompilers, file_utils, patsubst

More

Packages that depend on native_extension_with_build_tools