SWIG C++ to {Dart/Flutter; and SWIFT} binding

Viewed 443

I am looking for a nice way to have a C++ library exposed to Dart/Flutter and SWIFT (obviously targetting mobile here).

'been around SWIG for a long time, but can't find anything for new languages like Dart/Flutter & SFWIT (targetting Android/IOS dev).

We already have the Python and Java binding on SWIG, would be great to get those 2.

If SWIG can't do the trick, is there other wrappers of the like more appropriate?

1 Answers
Related