Jon Hanson
Jon Hanson
@Nico3652 your problem sounds like the [I see a flash of the wrong splash screen on iOS](https://pub.dev/packages/flutter_native_splash#i-see-a-flash-of-the-wrong-splash-screen-on-ios).
To configure Android 12+ (API 33) you must use the `android_12` section.
Excellent suggestion, thank you. I have been planning to rework the plugin to be Android 12+ first, and the feedback from you and others confirms this is needed.
You can add your support for GIF on Android and iOS to https://github.com/jonbhanson/flutter_native_splash/issues/245.
Currently .gif files are only supported on web.
I don't have plans to add .gif support.
Have you run `dart run flutter_native_splash:create`?
Thanks for the response. This package adds the following code to the web's `index.html`: ```html function removeSplashFromWeb() { document.getElementById("splash")?.remove(); document.getElementById("splash-branding")?.remove(); document.body.style.background = "transparent"; } ``` The error shown above seems...
@adonisRodxander sorry, I'm not sure why that code is not working. @sunilguptasg have you run `dart run flutter_native_splash:create`. Or have you modified index.html?
Closed due to inactivity. Feel free to reopen if you are still having trouble.