flutter_ibm_watson
flutter_ibm_watson copied to clipboard
Visual Recognition
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