filleduchaos / dart-bindgen

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for multiple files

filleduchaos opened this issue · comments

commented

Currently there's basic support for exposing types used in the provided header file that are defined in other files, but this should be extended to fully support library headers that are split into several files.