-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add examples on how to embed a Flutter screen into an existing SwiftUI app #7828
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
Conversation
|
Ooh. I didn't mean to |
sfshaza2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@leighajarett, I had very few minor nits, but I do agree with @jmagman's feedback - at least where I added a thumbs up. :D
|
Once everything is resolved, it lgtm |
Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com> Co-authored-by: Jenn Magder <magder@google.com>
atsansone
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@leighajarett : I noted some consistency and clarity issues here along with a few questions. In general, I would check:
- Use labels for variables that are not the same as the Object type.
- Clarify what code the comments are clarifying.
- Simplify some of the language.
I stopped my comments with the first instance of an issue. The comment would apply to any copy that has a similar issue (like variable names).
Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com>
sfshaza2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Description of what this PR is changing or adding, and why:
Developers are increasingly using SwiftUI, so it's important to show examples of how to embed Flutter into an existing SwiftUI app. I went through and tested the existing workflow and also added a few small things to project setup to make it easier, and to adapt to some new navigation within Xcode.
Issues fixed by this PR (if any): Fixes #7039 and #6998 and flutter/flutter#63051
Presubmit checklist