Skip to content

Builder to generate Dart ffi bindings from a textual description

Notifications You must be signed in to change notification settings

simolus3/build_ffi_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build_ffi_generator

Use this package to generate dart:ffi bindings.

Types

The following types are supported:

  • opaque struct
  • int<N>, where N is one of 8, 16, 32, 64.
  • uint<N>, 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

About

Builder to generate Dart ffi bindings from a textual description

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages