syeds-git

Results 7 comments of syeds-git

I also wish if the colors can be customized by users

> I'm facing the same problem. Have you figured out what those values mean? I stopped using this package. I don't remember if I ever understood those parameters. I think...

I am having similar problem with a model I generated using Google Firebase AutoML. I am trying to figure out if the AutoML model is not supported or if there...

@Hesamedin I just got a tflite model working using this plugin. I generated a custom model using - https://teachablemachine.withgoogle.com/train/image I feel google should have done more on the flutter end...

Although I am not sure what the parameters to runModelOnImage do, but in the example for image classification following values are specified: ``` imageMean: 0.0, // defaults to 117.0 imageStd:...

I tried this today but was unable to add auth due to a dependency mismatch. Because firebase_auth_desktop =0.1.1-dev.1

> I checked the `flutterfire_cli` code, I think the problem is my `google-services.json` file, I redownloaded it and fixed this error. > > see: https://github.com/invertase/flutterfire_cli/blob/main/packages/flutterfire_cli/lib/src/firebase/firebase_android_gradle_plugins.dart#L67 So this happened to me...