How to release your Flutter app
  How to release your Flutter app for iOS   Prerequisites Make sure that you’ve covered Apple’s guidelines  for releasing an app on the app store. Have your app’s icons and launch screens ready. Have an Apple Developer account.   Prepare for building Before  you can build and release your app on the App Store, you need to set up  a place for it using App Store Connect. But first, you need to register  a unique bundle ID for your app. This can be done by logging into your  Apple Developer account and following these steps: Open the App IDs  page. Click +  to create a new Bundle ID . Fill out the needed information: App Name, and Explicit App ID. If your app needs specific services, select them and click Continue . Review the details and click Register  to finish. Now  that we have a unique bundle ID, it’s time to set up a place for your  app on the App Store Connect. Log in to the App Store Connect. Select My Apps . Click +  then select New App . Fill in your app details a...
