How do you bundle and/or deploy the dart library libserialport in MacOS?
The readme makes mention of the need to bundle and/or deploy if one is to use this library in their dart code (as opposed to flutter).
What I figured out is that I need to make a .dylib which I believe is done from the C code. I have searched in the folder where libserial was installed (directory shown below) but do not see any C code to make a .dylib:
Directory: /Users/myaccount/.pub-cache/hosted/pub.dev/libserialport-0.3.0+1
Is anyone familiar with what to do and open to sharing?
Thank you!