-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels