-
-
Notifications
You must be signed in to change notification settings - Fork 302
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
feat: Add SafeArea to ScannerOverlay page #1130
Conversation
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.
The SafeArea
should rather be on the top element (in that case the Container
), shouldn't it? Maybe even on top of the LayoutBuilder
.
Would you please test if the screenSize is the same if you put your LayoutBuilder
as a child of SafeArea
?
Why not putting it around there when it works, as long as no other things get cropped away. When putting it around everything it will again also crop the CameraPreview |
@M123-dev I don't agree, but not to the point of preventing the PR from passing. |
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.
Not a big fan of full screen, but some people think differently :)
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.
Apparently I need to approve in order to cancel my "request changes".
That isn't always the case. I got the idea for this from how the |
Lets check how it looks and we can always change things later |
Merged @danagbemava 👍🏼 |
What
Screenshot
Fixes bug(s)
Part of
(please be as granular as possible)