filleduchaos / dart-bindgen

An experimental library/tool for generating Dart interfaces from header files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement idiomatic Dart representations of some types

filleduchaos opened this issue · comments

commented

Nobody actually wants to work with Pointer<Utf8>s.

There needs to be the option to use those if you want though.

commented

Changing the scope of this to handle types that have a(n easy) built-in Dart analogue but aren't (yet) automatically wrapped/unwrapped by dart:ffi.

Targeted types:

  • Booleans
  • Strings
  • Enums