MTschannett / image_feature_detector

A image feature detector using opencv
Other
18 stars 10 forks source link

Evaluate the use of Flutter c interop #12

Open MTschannett opened 4 years ago

MTschannett commented 4 years ago

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.