We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From beta feedback: https://chat.zulip.org/#narrow/channel/48-mobile/topic/Flutter.20beta.3A.20Long.20profiles.20render.20under.20navigation.20bar/near/2011825
The screenshot I provided is from a Pixel 9 Pro Fold (folded)
ProfilePage needs a SafeArea in the appropriate place; probably wrapping the SingleChildScrollView.
ProfilePage
SafeArea
SingleChildScrollView
This is a nice reminder that iPhones are not the only devices where SafeArea is needed 😉.
The text was updated successfully, but these errors were encountered:
Hi @chrisbobbe , Can I work on this issue?
Sorry, something went wrong.
Sure; please send a PR when your work is ready for review.
Gaurav-Kushwaha-1225
No branches or pull requests
From beta feedback: https://chat.zulip.org/#narrow/channel/48-mobile/topic/Flutter.20beta.3A.20Long.20profiles.20render.20under.20navigation.20bar/near/2011825
Implementation
ProfilePage
needs aSafeArea
in the appropriate place; probably wrapping theSingleChildScrollView
.This is a nice reminder that iPhones are not the only devices where
SafeArea
is needed 😉.The text was updated successfully, but these errors were encountered: