https://github.com/romanturas/splash-screen
Flutter Splash Screen
https://github.com/romanturas/splash-screen
flutter splashscreen
Last synced: about 2 months ago
JSON representation
Flutter Splash Screen
- Host: GitHub
- URL: https://github.com/romanturas/splash-screen
- Owner: RomanTuras
- Created: 2025-02-27T16:01:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T16:56:10.000Z (over 1 year ago)
- Last Synced: 2025-06-06T13:45:10.703Z (about 1 year ago)
- Topics: flutter, splashscreen
- Language: C++
- Homepage:
- Size: 2.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Flutter demo splashscreen, using flutter_native_splash
Create separate native_splash.yaml
Create assets folder with prepared images
Run folowing command before starting the emulator / simulator
`dart run flutter_native_splash:create --path=native_splash.yaml`
## Assets Dimentions
## `iOS & Android 11 and below`
Logo:
- Resolution: 600x600px
- Scaled Resolution: 200x200 @3x
- Format: PNG
Background Image:
- Resolution: 1290x2796px
- Scaled Resolution: 430x932 @3x
- Format: PNG
Branding Image:
- Resolution: 750x750px
- Scaled Resolution: 250x250 @3x
- Format: PNG
- Padding: 100px top & bottom in image
## `Android 12 and above`
Logo with background (PNG):
- Dimentions: 768px circle inside 1152px square
Logo w/o background (PNG):
- Dimentions: 640px circle inside 960px square
Background Image:
- Not supported
Branding Image:
- Resolution: 600x240px
- Scaled Resolution: 200x80 @3x
- Format: PNG
