closed
How to change onboardding and splash screens in android version?
Successfully build android app but splash screen and onboarding screen update instruction not given in documentation. Can you please guide me how to edit and update these two?
Asked 5 days ago on June 1, 2026 10:53 AM Comments 1 times
Hendricks replied 4 days ago on June 2, 2026 4:48 AM
For the splash screen and onboarding screen, we are using logo and walkthrough images from the
assetsfolder. Please check there.If you want to replace the images, you can simply replace your new images with the existing image names.
If your image format is different (for example
.pngto.jpg), then you also need to update the image path in theimages.dartfile.MeetMighty Support Person
Hendricks