Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@MarcelEdward set io.flutter.embedded_views_preview to YES in info.plist #99

Closed
jingyu6lu opened this issue Apr 17, 2020 · 2 comments
Closed

Comments

@jingyu6lu
Copy link

@MarcelEdward set io.flutter.embedded_views_preview to YES in info.plist

Originally posted by @LichKing-2234 in #53 (comment)

I did not find this config in info.plist? Or can you tell me how to add it?

@MarcelEdward
Copy link

MarcelEdward commented Apr 17, 2020

You can edit info.plist in android studio and add this:

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

or in xcode, then you add the plist key 'io.flutter.embedded_views_preview' as a boolean and set it to true

Flutter does not seem to add plist keys out of the box. And there is no log indicating a key is missing

@jingyu6lu
Copy link
Author

You can edit info.plist in android studio and add this:

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

or in xcode, then you add the plist key 'io.flutter.embedded_views_preview' as a boolean and set it to true

Flutter does not seem to add plist keys out of the box. And there is no log indicating a key is missing

Thank you so much, it works. Helps a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants