Changes to be done for IOS Application

Know change in the code need to done

Building and releasing an iOS app using Flutter requires a macOS environment due to the dependency on Xcode, which is essential for compiling and signing iOS applications. Unfortunately, this means that you cannot directly build an iOS app on a Windows machine.

Xcode must be installed on your macOS.

CocoaPods (Dependency Manager for Swift/Objective-C): Used to integrate native iOS libraries into your Flutter project.

sudo gem install cocoapods
pod setup

When the app is created in step 1, flutter creates a folder called ios. This folder all relevant file structures to build and run an iOS app. Ensure that you are still in demo_app folder and run the following command to open the workspace project in XCode:

open ios/Runner.xcworkspace