filleduchaos/dart-bindgen

Provide both lazy and eager function lookup

filleduchaos opened this issue · 0 comments

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.