Open huuthongdev opened 3 years ago
me too. I's ok on Android, but failed on Ios at the same error.
According to "camera_tutorial/lib/main.dart", "conv" is only used on Android. So try to comment out like this and it's working.
if (Platform.isAndroid) { conv = convertImageLib .lookup<NativeFunction<convert_func>>('convertImage') .asFunction<Convert>(); }
I met a problem with this function