Customize iOS Launch Screen Assets
masterTo change the launch screen image for the iOS version of your Flutter application, you can either replace the image files directly in the example/ios/Runner/Assets.xcassets/LaunchImage.imageset/ directory or use Xcode for a visual approach.
Using Xcode:
- Open the iOS project in Xcode by running
open ios/Runner.xcworkspacefrom your terminal. - In the Xcode Project Navigator, navigate to
Runner/Assets.xcassets. - Drag and drop your desired images into the asset catalog to replace the existing launch screen assets.
open ios/Runner.xcworkspace