Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Update Image package #62

Open
diegorkalschne opened this issue Jun 28, 2023 · 2 comments
Open

Update Image package #62

diegorkalschne opened this issue Jun 28, 2023 · 2 comments

Comments

@diegorkalschne
Copy link

diegorkalschne commented Jun 28, 2023

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
Copy link

i-jade commented Jul 1, 2023

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
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants