-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FlutterNativeSplash.preserve not working on flutter 3.16 #627
Comments
@jonbhanson still getting this issue, i'm using latest versions flutter_native_splash: ^2.3.10 and flutter:3.16.9 |
@anokabb I was not able to reproduce this. Can you supply a minimal project that demonstrates this error? |
I am also experiencing on 3.16.4 |
Closed due to inactivity. Feel free to reopen with information on how to reproduce if you are still having trouble. |
I'm experiencing the same issue after upgrading flutter from 3.10.7 to 3.19.6 |
@jonbhanson, doesn't work for me either. I do call For now, I don't even know what to check for possible solutions Target: iOS only EDIT: 6 hours spent figuring out the issue, and after adding this comment I've nailed it. Magic.
Removing the extension
I hope this will help @UmidjonOkhunov EDIT 2: Well, now I see the difference. For some reason, now the launch screen starts fading in from the black color the the background image. I don't know why adding/removing extension changes this behavior |
After upgrading to flutter 3.16 and also using the latest flutter native splash version after the splash displayed it's disappears and shows a black screen until you call
FlutterNativeSplash.remove();
Configuration
flutter_native_splash:
color: "#000f55"
image: images/splash.png
To Reproduce
Steps to reproduce the behavior:
FlutterNativeSplash.preserve(widgetsBinding: widgetsBinding)
on mainFlutterNativeSplash.remove();
The text was updated successfully, but these errors were encountered: