Results 108 comments of Jon Hanson

Did you check out this question in the FAQ: [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).

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

Related: #590. I don't think it is possible to display a dialog over the splash screen.

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

Since you have not made a call to `FlutterNativeSplash.preserve`, it is not necessary to make a call to `FlutterNativeSplash.remove()`. You should remove those calls to `.remove()`. If your users are...

Thanks for the contribution, but I don't want to expand the `background_image` parameter. It generally causes confusion when people use it instead of using the `image` parameter. If anything, I...

@shetuolindo @recsater-hajong what device and OS are you running?

> Add this line to your `styles.xml` file: > > ``` > icon_preferred > ``` > > It is a new setting added in Android 13. More information: https://developer.android.com/develop/ui/views/launch/splash-screen >...

I ran the `dart run flutter_native_splash:create` command with this packages example in the latest version of Flutter and I was not able to reproduce this problem. What happens when you...