Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

I have a serious question that I didn't find the answer to.

I have a Flutter app and needed to use a dependency and in its docs, it says this

Setup iOS Info.plist And the docs have this code:-

<key>io.flutter.embedded_views_preview</key>
<true/>

Where is that file? I can't seem to find it! Also if it doesn't exist can you help me create it in the right path? Thanks in Advance

The link to the DOCS for more information:- https://pub.dev/packages/easy_web_view#-readme-tab-

like image 691
Hussein Al-Mosawi Avatar asked Dec 06 '25 21:12

Hussein Al-Mosawi


1 Answers

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

like image 143
Wilson Wilson Avatar answered Dec 08 '25 15:12

Wilson Wilson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!