I looked into Nim+Flutter but unfortunately found that you currently can't call 
into the Dart VM from C/C++/Obj-C. I think there's some ongoing work to make 
this easier but today your entry point into a Flutter app has to be a Dart 
'main' function. But if that's acceptable you should be able to call a Nim 
function from Flutter.

Reply via email to