luciano-cervantes
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:  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?