ffi 0.3.0-nullsafety.3 copy "ffi: ^0.3.0-nullsafety.3" to clipboard
ffi: ^0.3.0-nullsafety.3 copied to clipboard

outdated

Utilities for working with Foreign Function Interface (FFI) code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ffi
copied to clipboard

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

dependencies:
  ffi: ^0.3.0-nullsafety.3
copied to clipboard

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:ffi/ffi.dart';
copied to clipboard
294
likes
0
points
4.88M
downloads

Publisher

verified publisherdart.dev

Weekly Downloads

2024.07.06 - 2025.01.18

Utilities for working with Foreign Function Interface (FFI) code.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on ffi