Your First Flutter App: Polishing the App, Episode 30: Set a Launch Screen | raywenderlich.com

Your app is almost complete. In this episode, you’ll create a launch screen to be shown to user for app startup.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/27732941-your-first-flutter-app-polishing-the-app/lessons/30

I am having an issue, when I set the launch screen in Android it does not show up, initially in VSCode there was no “mipmap” folder, I added it as listed in the downloaded resources, not getting any errors but just get a black screen then the app. Ios works fine…

Apparently it is because the emulator is using Android S…there is a whole rabbit hole of changing to the S and above implementation of Splash screen that I can do in android studio but don’t (yet) understand how to accomplish in VS Code…