Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
671c5320
Unverified
Commit
671c5320
authored
Oct 26, 2022
by
pdblasi-google
Committed by
GitHub
Oct 26, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
107866: Add support for verifying SemanticsNode ordering in widget tests (#113133)
parent
e334ac11
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
524 additions
and
155 deletions
+524
-155
basic.dart
packages/flutter/lib/src/widgets/basic.dart
+1
-1
controller.dart
packages/flutter_test/lib/src/controller.dart
+218
-24
controller_test.dart
packages/flutter_test/test/controller_test.dart
+305
-130
No files found.
packages/flutter/lib/src/widgets/basic.dart
View file @
671c5320
...
...
@@ -6848,7 +6848,7 @@ class MetaData extends SingleChildRenderObjectWidget {
/// A widget that annotates the widget tree with a description of the meaning of
/// the widgets.
///
/// Used by a
ccessibility tool
s, search engines, and other semantic analysis
/// Used by a
ssitive technologie
s, search engines, and other semantic analysis
/// software to determine the meaning of the application.
///
/// {@youtube 560 315 https://www.youtube.com/watch?v=NvtMt_DtFrQ}
...
...
packages/flutter_test/lib/src/controller.dart
View file @
671c5320
This diff is collapsed.
Click to expand it.
packages/flutter_test/test/controller_test.dart
View file @
671c5320
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment