You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bsutton Thank you for your advice. Codegen reads header file and generates dart code calling dart_native runtime. We want to walking the AST and do a syntax conversion. Swig may not match our needs.
Just wondering if you have looked at SWIG for generating the bindings.
http://swig.org/
My understanding is that SWIG parses C and Objective-C headers and generates an intermediate representation.
From this I would guess that you could then generate the dart bindings.
The text was updated successfully, but these errors were encountered: