Flutter Native Splash

Creating your custom native splash screen

The pubspec yaml already would contain all the configuration which you need. Just change the image by updating the image you want in your native screen. Also you can change the color of the screen

After adding your image to pubspec.yaml, run the following command in the terminal:

dart run flutter_native_splash:create

Last updated