It's time to finish our app:
- Within Xcode in your macOS computer open the file
ios/Runner.xcworkspace
- Setup your app's settings, such as the name, the package and other settings
- Setup AppIcon within the
Assets
file in the navigator selectingAppIcon
; replace all the Flutter icons with the corresponding app's icon from the assets.zip file you download, theicons-ios
subfolder. - Design a LaunchScreen if you want to
Check official docs for more insight on publishing Flutter apps for iOS.
Voilá! Your app is ready! 🥳
Congratulations