libclang 0.1.0 copy "libclang: ^0.1.0" to clipboard
libclang: ^0.1.0 copied to clipboard

Dart FFI bindings to libclang that provide the ability to analyze C/C++ code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add libclang

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

dependencies:
  libclang: ^0.1.0

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:libclang/libclang.dart';
2
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Dart FFI bindings to libclang that provide the ability to analyze C/C++ code.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ffi

More

Packages that depend on libclang