-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Use live region in error text input decorator for Android #165531
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
Merged
auto-submit
merged 24 commits into
flutter:master
from
ash2moon:feat/use-liveregion-form
May 13, 2025
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
9bc82d8
remove usages of semantic announcement in favor of liveRegion due to …
ash2moon 8c566b0
remove usages of semantic announcement in favor of liveRegion due to …
ash2moon 5b87306
Update semantic_utils.dart to have licence header
reidbaker a715fa2
refactor `SemanticsService.isAnnounceSupported` into DefaultSemantics…
ash2moon 2c1d0d0
revert adding `SemanticsService.isAnnounceSupported`
ash2moon 883834b
use noAnnounce for checking if announce is supported
ash2moon b375895
use noAnnounce for checking if announce is supported
ash2moon 3d7a68e
flip noAnnounce to announce
ash2moon ac23161
flip noAnnounce to announce
ash2moon ea9d431
Merge branch 'master' of https://github.com/flutter/flutter into feat…
ash2moon 20e7816
Merge branch 'master' of https://github.com/flutter/flutter into feat…
ash2moon 93aada2
doc update
ash2moon 53edff6
doc update
ash2moon 87ca472
doc update
ash2moon 49c5f65
Merge branch 'master' of https://github.com/flutter/flutter into feat…
ash2moon 734324d
fix flaky test (MediaQueryData.fromView is sane) announce feature cha…
ash2moon 7ad19b3
fix flaky test (MediaQueryData.fromView is sane) announce feature cha…
ash2moon fcb88cf
fix flaky test (MediaQueryData.fromView is sane) announce feature cha…
ash2moon 698d7cc
fix flaky test (MediaQueryData.fromView is sane) announce feature cha…
ash2moon 3b33025
fix flaky test (MediaQueryData.fromView is sane) announce feature cha…
ash2moon f430ced
fix flaky test (MediaQueryData.fromView is sane) announce feature cha…
ash2moon ddb43f3
Merge branch 'master' into feat/use-liveregion-form
ash2moon 2db8719
fix flaky test (MediaQueryData.fromView is sane) announce feature cha…
ash2moon 743c55d
fix flaky test (MediaQueryData.fromView is sane) announce feature cha…
ash2moon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
embedder API codeowners review: this is safe and will not break ABI compatibility.