info.plist path in flutter project

Hi Guys, Welcome to Proto Coders Point. In flutter project structure IOS info.plist file path location is:-

<Project>/ios/Runner/Info.plist

flutter project do not contain IOS folder (flutter IOS folder missing). You might have forgot to tick IOS while creating new flutter project in android studio/VSCode.

No Issue, you can create IOS folder in existing flutter project by running below command by being into Root Folder of project:-

flutter create -i swift

What is Info.plist file used for

In flutter IOS Info.plist file is useful to provide application metadata to the system. plist files syntax is in XML format. IOS & Flutter developer mostly use Info.plist file when they need special permission to implement certain feature in app (like accessing camera, microphone, accessing gallery, use for Bluetooth)