Open diegorkalschne opened 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?
I could not. I need to update this package, because my project has other packages that depend on a more updated version of "Image".
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