Hacker News new | ask | show | jobs
by kyle-rb 2944 days ago
Flutter looked absolutely perfect to me until I looked into calling C++ libraries, in order to facilitate a mobile version of a desktop app made with Qt/C++. It turns out the only way to call C++ code is to write two separate wrappers, one in Java (with NDK) and one in Objective-C.

It seems like a pain in the ass to have to go through two separate channels to access code that's perfectly cross-platform to begin with.