jonbhanson / flutter_native_splash

Automatically generates native code for adding splash screens in Android and iOS. Customize with specific platform, background color and splash image.
https://pub.dev/packages/flutter_native_splash
MIT License
1.36k stars 215 forks source link

bug in flutter 3.16 #625

Closed hatemragab closed 10 months ago

hatemragab commented 1 year ago

bug in flutter 3.16 i try to build with flutter 3.16
and i have updated to

window.flutterWebRenderer is now deprecated.
Use engineInitializer.initializeEngine(config) instead.

but the web get stuck in the splash screen if i return the

window.flutterWebRenderer is now deprecated.

it works!

jonbhanson commented 11 months ago

I'm sorry, I don't understand the problem. Can you attach a minimal project that demonstrates the problem?

jonbhanson commented 10 months ago

Closed due to inactivity. Feel free to reopen if you're still having trouble.