ffigen 5.0.0-dev.0 copy "ffigen: ^5.0.0-dev.0" to clipboard
ffigen: ^5.0.0-dev.0 copied to clipboard

outdated

Generator for FFI bindings, using LibClang to parse C header files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ffigen

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

dependencies:
  ffigen: ^5.0.0-dev.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:ffigen/ffigen.dart';
261
likes
0
pub points
95%
popularity

Publisher

verified publishertools.dart.dev

Generator for FFI bindings, using LibClang to parse C header files.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, cli_util, ffi, file, glob, logging, path, quiver, yaml

More

Packages that depend on ffigen