Closed arthurgichuhi closed 1 year ago
Hi, where do you see Kotlin or JNI?
My bad. I was a bit confused from a previous tutorial. Kindly do a video on how to make a flutter plugin and integrate OPENCV library into it. I have tried to replicate everything you do, gradle sync and make the project, it does it with zero errors but the include folder where I see the opencv library eventually shows up never shows up on my side at all.
First of all great work, really insightful and helpful. I do have a question on as to why Flutter=>Kotlin=>NativeCode using JNI and FFI on the plugin and not just Flutter=>NativeCode using FFI?