Created
August 31, 2025 15:55
-
-
Save bobipermanasandi/cb0c23763f7a2322d80cb22a2607cda3 to your computer and use it in GitHub Desktop.
Configure flutter_native_splash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| flutter_native_splash: | |
| android: true | |
| ios: true | |
| background_image: "assets/bg.png" | |
| image: "assets/logo.png" | |
| branding: "assets/brand_img.png" | |
| background_image_dark: "assets/bg_dark.png" | |
| image_dark: "assets/logo_dark.png" | |
| branding_dark: "assets/brand_img_dark.png" | |
| android_12: | |
| color: "#ffffff" | |
| image: "assets/logo.png" | |
| branding: "assets/brand_img.png" | |
| color_dark: "#000000" | |
| image_dark: "assets/logo_dark.png" | |
| branding_dark: "assets/brand_img_dark.png" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment