An open API service indexing awesome lists of open source software.

https://github.com/simolus3/build_ffi_generator

Builder to generate Dart ffi bindings from a textual description
https://github.com/simolus3/build_ffi_generator

Last synced: about 1 month ago
JSON representation

Builder to generate Dart ffi bindings from a textual description

Awesome Lists containing this project

README

          

# build_ffi_generator

Use this package to generate `dart:ffi` bindings.

## Types

The following types are supported:

- `opaque struct`
- `int`, where `N` is one of `8, 16, 32, 64`.
- `uint`, where `N` is one of `8, 16, 32, 64`.
- `float`
- `double`
- `int`, which is equivalent to `int32`
- `size_t`

## TODO

- Don't require argument names