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

A helper library for implementations using dart:ffi

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ffi_assist

With Flutter:

 $ flutter pub add ffi_assist

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

dependencies:
  ffi_assist: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ffi_assist/ffi_assist.dart';
1
likes
130
points
25
downloads

Publisher

verified publisherscenee.dev

Weekly Downloads

A helper library for implementations using dart:ffi

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

ffi

More

Packages that depend on ffi_assist