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
Describe the bug
got a stuck splash screen by default for Flutter web app, but normal on iOS device
Configuration
flutter_native_splash: color: "#fafafa" image: assets/logo/logo_clear.png color_dark: "#303030" image_dark: assets/logo/logo_clear.png
android_12: image: assets/logo/logo_clear.png icon_background_color: "#fafafa" image_dark: assets/logo/logo_clear.png icon_background_color_dark: "#303030"
Device (please complete the following information):
To Reproduce Just create a new Flutter app in VS code, then set up flutter_native_splash, and run in Chrome
The text was updated successfully, but these errors were encountered:
i faced it too
Sorry, something went wrong.
Same here.
It works fine on Android for me. But the web is stuck even when I change the route, which should re-render the widget.
a52d4c5
No branches or pull requests
Describe the bug
got a stuck splash screen by default for Flutter web app, but normal on iOS device
Configuration
native splash
flutter_native_splash:
color: "#fafafa"
image: assets/logo/logo_clear.png
color_dark: "#303030"
image_dark: assets/logo/logo_clear.png
android_12:
image: assets/logo/logo_clear.png
icon_background_color: "#fafafa"
image_dark: assets/logo/logo_clear.png
icon_background_color_dark: "#303030"
Device (please complete the following information):
To Reproduce
Just create a new Flutter app in VS code, then set up flutter_native_splash, and run in Chrome
The text was updated successfully, but these errors were encountered: