flutter_ibm_watson
flutter_ibm_watson copied to clipboard
The flutter_ibm_watson makes it easy to integrate IBM Watson
Hi, since Dart 2.12 and Flutter 2.0 the null safety language features were introduced into the Dart language. Could you migrate your package to sound null safety? For more info,...
It would be nice if you guys added the personalty insights feature to this plugin . Thanks !
Hello! I was wondering why this project has the Flutter dependency. Since it is only consulting IBM services, it should net depend on Flutter's framework. Removing it, would enable this...
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...
Hi victor really nice effort you have put in this repository. I have clone the repository but when I opened it in IDE I'vent see any main.dart file in this...