flutter_ibm_watson icon indicating copy to clipboard operation
flutter_ibm_watson copied to clipboard

Visual Recognition

Open cronnysousa opened this issue 5 years ago • 0 comments

await not working, I solved the problem

put the code below on line 189 on the File VisualRecognition.dart

var value =await response.stream.bytesToString(); dynamic result; result = json.decode(value); classifiedImages = new ClassifiedImages(result); return classifiedImages;

you may found better solution yourself but if you update your lib will work

cronnysousa avatar Nov 10 '19 21:11 cronnysousa