filleduchaos / dart-bindgen

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide both lazy and eager function lookup

filleduchaos opened this issue · comments

commented

Currently the generated code defaults to a lazy approach to looking up functions/symbols in an opened library. There should also be an option to have it look up all the detected functions at once.