-
Notifications
You must be signed in to change notification settings - Fork 240
Closed
Description
Describe the bug
-
Used -
branding_bottom_padding: 24 -
Ran -
dart run flutter_native_splash:create
Open the app on Web (chrome) , branding bottom padding is not applied.
Here's the output css from the index.html -
.bottom {
position: absolute;
bottom: 0;
left: 50%;
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}Configuration
flutter_native_splash:
color: "#EDEDF0"
color_dark: "#19191D"
image: assets/splash-logo.png
# branding
branding_bottom_padding: 24
branding: assets/branding-light.png
branding_dark: assets/branding-dark.png
web: true
ios: true
android: true
fullscreen: trueDevice (please complete the following information):
- Chrome
To Reproduce
Steps to reproduce the behavior, using the example app:
branding_bottom_padding: 24dart run flutter_native_splash:create- Run on Chrome
Additional context
N/A.
Metadata
Metadata
Assignees
Labels
No labels