image_feature_detector icon indicating copy to clipboard operation
image_feature_detector copied to clipboard

Evaluate the use of Flutter c interop

Open MTschannett opened this issue 5 years ago • 0 comments

Recently Dart has got support for native c interop rather than using flutter plugins.

Maybe this could be a better way to call the OpenCV methods. This would also allow us to centralize the UI from Android or IOS to Flutter, which would be quite nice.

More information specifically on Flutter FFI and for Dart FFI.

MTschannett avatar Dec 03 '19 09:12 MTschannett