Bin Emmanuel

Results 11 comments of Bin Emmanuel

My application is build in PHP, Flutter and React Native. We are actually moving to React Native from Flutter and we can't get get the React Native app to connect...

Another thing you can do to fix things would be to install an older version of socket.io-client maybe `^1.7.4` because it worked for me. Go to the `package.json` file then...

In my case @carlo-fontanos I had to do an extra work, I used a proxy on my apache configuration to get things up and running. I don't know if the...

I get the same error when the ripple is on, only when it's on. ``` Unhandled Exception: 'package:flutter/src/animation/animation_controller.dart': Failed assertion: line 453 pos 7: '_ticker != null': AnimationController.forward() called after...

> switched to this package, works great https://pub.dev/packages/google_ml_kit I tried this package but had difficulties using my own .tflite file

@misterpropik Exception: PlatformException(ImageLabelDetectorError, com.google.mlkit.common.MlKitException: Failed to initialize detector. Input tensor has type kTfLiteFloat32: it requires specifying NormalizationOptions metadata to preprocess input images., null, null) ### My Code ``` Future processImage(File...

Mine also crashes ```Using hardware rendering with device sdk gphone64 arm64. If you notice graphics artifacts, consider enabling software rendering with "--enable-software-rendering". Launching lib/main.dart on sdk gphone64 arm64 in debug...

> Hi, We are using chewie in flutter which has a transitive dependency on this library. Due to old kotlin_version we are not able to make some important changes in...

We don't have a choice but to make the upgrade ourselves and create a PR since our applications depend on it

> > I post a new beta update with this bug fixed. Please try it, and let know if working correctly. > > I had the same issue and tried...