-
Notifications
You must be signed in to change notification settings - Fork 55
Conversation
@dcharkes This helped remove 1 bug from #134, I think we can merge that now. For task2 (removing setup phase) we need to have the user input the location of libclang's dynamic library. I am thinking we can have a few default locations to check, but if we can't find it there, we make the user enter the |
This is complete now, I've added a new config key - |
@mannprerak2 this is marked as draft, do you want me to start reviewing? And do you want to merge this in before releasing |
Yes, I have added a merge commit with dart-dev branch, so that should be easier now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! Really cool to see that wrapper gone! 🥳
This shows structs by value is a nice dart:ffi
feature to have! 😃
…) (#164) Co-authored-by: J-P Nurmi <[email protected]>
Closes dart-lang/native#502
_wrap
functions from code.Follow up for #134.