We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attention: If you open a bug report without sufficient details, it will be closed. Is your question related to Android 12? Please check the notes on Android 12 first (https://pub.dev/packages/flutter_native_splash#android-12-support).
Describe the bug
FlutterNativeSplash.remove();
Configuration
flutter_native_splash: color: "#367CFF" android: true ios: true fullscreen: true image: assets/splash_images/splashLogo.png android_12: image: assets/splash_images/splashLogo.png color: "#367CFF"
Device (please complete the following information):
To Reproduce When I do a preserve for splashscreen it remains , but when I try to remove it with remove() it doesn't work
WidgetsBinding widgetsBinding = WidgetsFlutterBinding.ensureInitialized(); // FlutterNativeSplash.preserve(widgetsBinding: widgetsBinding);
when I use
FlutterNativeSplash.remove(); it remains
The text was updated successfully, but these errors were encountered:
where are you using?? Please show me code!!!
Sorry, something went wrong.
You will need to show more code. Have you put a breakpoint on the .remove() method to see if it is called?
.remove()
No branches or pull requests
Attention: If you open a bug report without sufficient details, it will be closed. Is your question
related to Android 12? Please check the notes on Android 12 first (https://pub.dev/packages/flutter_native_splash#android-12-support).
Describe the bug
FlutterNativeSplash.remove();
Configuration
Device (please complete the following information):
To Reproduce
When I do a preserve for splashscreen it remains , but when I try to remove it with remove() it doesn't work
WidgetsBinding widgetsBinding = WidgetsFlutterBinding.ensureInitialized(); // FlutterNativeSplash.preserve(widgetsBinding: widgetsBinding);
when I use
FlutterNativeSplash.remove();
it remains
The text was updated successfully, but these errors were encountered: