Customize Launch Screen Assets
masterTo customize the app's launch screen, replace the existing image files within the example/ios/Runner/Assets.xcassets/LaunchImage.imageset/ directory with your own assets.
Alternatively, you can manage these assets using Xcode:
- Open the iOS workspace using
open ios/Runner.xcworkspace. - In the Xcode Project Navigator, select
Runner/Assets.xcassets. - Drag and drop your desired images into the asset catalog.
open ios/Runner.xcworkspace