Closed paulobreim closed 3 months ago
When I tested the example app with Flutter 3.24.0, it ran without any errors. Please upload a minimal project that demonstrates this error in order to analyze further.
add dependency : win32: ^5.5.3
. It worked for me
Closed due to inactivity. Feel free to reopen if you are still having trouble.
I don't know if this is a BUG, but since I didn't find a question and answer section, I'm posting it here:
After updating the flutter version to version 3.24.0, when I run the command dart run flutter_native_splash:create I get the error: Error: Method not found: 'UnmodifiableUint8ListView'. UnmodifiableUint8ListView(Uint8List(0));
In my program, and in many other programs on the web, this error also started to appear and the solution was to put in pubspec.yaml dependencies: win32: ^5.5.3
thanks, paulo