Add inline profile camera capture - #6680
Conversation
Signed-off-by: kenny lopez <klopez4212@gmail.com>
Signed-off-by: kenny lopez <klopez4212@gmail.com>
Signed-off-by: kenny lopez <klopez4212@gmail.com>
Signed-off-by: kenny lopez <klopez4212@gmail.com>
Signed-off-by: kenny lopez <klopez4212@gmail.com>
Signed-off-by: kenny lopez <klopez4212@gmail.com>
Signed-off-by: kenny lopez <klopez4212@gmail.com>
Signed-off-by: kenny lopez <klopez4212@gmail.com>
Signed-off-by: kenny lopez <klopez4212@gmail.com>
Signed-off-by: kenny lopez <klopez4212@gmail.com>
Signed-off-by: kenny lopez <klopez4212@gmail.com>
Signed-off-by: kenny lopez <klopez4212@gmail.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4de4751edd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| const SizedBox(height: avatarEditorOptionLabelGap), | ||
| labelWidget(), |
There was a problem hiding this comment.
Exclude iOS rail captions from accessibility semantics
On iOS, the native glass button already exposes label as its accessibility label, while the adjacent labelWidget() remains a separate Flutter semantics node. VoiceOver therefore stops twice on every Image, Emoji, and Animated rail option—once for the actionable button and again for the identical static caption. Exclude the visible caption from semantics, as the non-iOS branch already does for its descendants.
Useful? React with 👍 / 👎.
Summary
Related issue
Follow-up to #6583.
Testing