-
Notifications
You must be signed in to change notification settings - Fork 822
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
typo in readme #13
Comments
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UPDATE: So I found out that you can also use YES, closing the issue
Hey,
not a big deal but in your readme is written :
Opt-in to the embedded views preview by adding a boolean property to the app's Info.plist file with the key io.flutter.embedded_views_preview and the value YES.
obviously, the value should be true. If you want to make it even more easy for users, I recommend to change the text above to:
Opt-in to the embedded views preview by adding these lines to the app's Info.plist file:
<key>io.flutter.embedded_views_preview</key> <true/>
The text was updated successfully, but these errors were encountered: