luciano-cervantes

Results 3 issues of luciano-cervantes

In some cases where a lib is added to the project that contains this folder, the logo is not generated correctly, as the png background is selected by the folder...

I recently updated the Flutter version to 3.19.5 and when running with impeller activated (which is the default) it behaves differently than expected, see the images. Impeller off: ![image](https://github.com/brendan-duncan/image/assets/72446530/883487a6-e147-45d4-ba8b-b4eef09cb078) Impeller...

error messages are not coming in utf8 standard. I had to do it this way to fix it `return utf8.decode(e.message!.codeUnits);`. Is there any possibility of fixing this?