のの
Results
2
comments of
のの
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('convertImage') .asFunction(); }`