MCarlomagno / FaceRecognitionAuth

😀🤳 Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Image package

diegorkalschne opened this issue · comments

Can you update the Image package from version 3.0.2 to 4.0.17? I tried to do it but without success.

The snippet in "image_converter.dart" is not working in new version

img.data[index] = hexFF | (b << 16) | (g << 8) | r;

Can you update the Image package from version 3.0.2 to 4.0.17? I tried to do it but without success.

The snippet in "image_converter.dart" is not working in new version

img.data[index] = hexFF | (b << 16) | (g << 8) | r;

Have you managed to resolve this issue?

I could not. I need to update this package, because my project has other packages that depend on a more updated version of "Image".