How to change/add/edit Info.plist in Flutter How to change/add/edit Info.plist in Flutter dart dart

How to change/add/edit Info.plist in Flutter


The info.plist file is found in the IOS module of your flutter project(ios/Runner/info.plist):

enter image description here

If you have Xcode, you can just right click on your root directory and click on Flutter --> Open ios module in XCode.

enter image description here

Once you do that Xcode will open up and you'll clearly see the info.plist file under the Runner file:

enter image description here