In Flutter, how do I display CVPixelBuffer from iOS in a Widget? – Ios swift
I have a Flutter app that calls an object detector in CoreML via the iOS platform channel. I would like to ensure the model is getting the image in the correct format by viewing it in a Flutter widget. I…