MCarlomagno / FaceRecognitionAuth

😀🤳 Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library.
BSD 3-Clause "New" or "Revised" License
385 stars 193 forks source link

Update Image package #62

Open diegorkalschne opened 1 year ago

diegorkalschne commented 1 year ago

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;
i-jade commented 1 year ago

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?

diegorkalschne commented 1 year ago

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