のの

Results 2 comments of のの

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(); }`