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
b62da791
Unverified
Commit
b62da791
authored
Oct 26, 2023
by
Tirth
Committed by
GitHub
Oct 26, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Typos (#137292)
Fix Small Typos.
parent
aeb500a0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
theme_data.0.dart
examples/api/lib/material/theme_data/theme_data.0.dart
+1
-1
progress_indicator_test.dart
packages/flutter/test/material/progress_indicator_test.dart
+1
-1
tab_bar_theme_test.dart
packages/flutter/test/material/tab_bar_theme_test.dart
+1
-1
tabs_test.dart
packages/flutter/test/material/tabs_test.dart
+2
-2
No files found.
examples/api/lib/material/theme_data/theme_data.0.dart
View file @
b62da791
...
...
@@ -25,7 +25,7 @@ void main() {
// they'll all be related to the seed color in both cases.
//
// Color scheme colors have been used where component defaults have
// been overidden so that the app will look good and remain accessible
// been over
r
idden so that the app will look good and remain accessible
// in both light and dark modes.
//
// Text styles are derived from the theme's textTheme (not the obsolete
...
...
packages/flutter/test/material/progress_indicator_test.dart
View file @
b62da791
...
...
@@ -499,7 +499,7 @@ void main() {
await
tester
.
pumpWidget
(
const
CircularProgressIndicator
(
strokeCap:
StrokeCap
.
butt
));
expect
(
find
.
byType
(
CircularProgressIndicator
),
paints
..
arc
(
strokeCap:
StrokeCap
.
butt
),
reason:
'strokeCap can be set to StrokeCap.butt, and will not be overidden.'
);
reason:
'strokeCap can be set to StrokeCap.butt, and will not be over
r
idden.'
);
await
tester
.
pumpWidget
(
const
CircularProgressIndicator
(
strokeCap:
StrokeCap
.
round
));
expect
(
find
.
byType
(
CircularProgressIndicator
),
paints
..
arc
(
strokeCap:
StrokeCap
.
round
));
...
...
packages/flutter/test/material/tab_bar_theme_test.dart
View file @
b62da791
...
...
@@ -1070,7 +1070,7 @@ void main() {
);
}
// Test tab bar with [TabBar.labeStyle] & [TabBar.unselectedLabelStyle].
// Test tab bar with [TabBar.labe
l
Style] & [TabBar.unselectedLabelStyle].
await
tester
.
pumpWidget
(
buildTabBar
());
IconThemeData
selectedTabIcon
=
IconTheme
.
of
(
tester
.
element
(
find
.
text
(
_tab1Text
)));
...
...
packages/flutter/test/material/tabs_test.dart
View file @
b62da791
...
...
@@ -6501,7 +6501,7 @@ void main() {
fontStyle:
FontStyle
.
italic
,
);
// Test tab bar with labeStyle & unselectedLabelStyle.
// Test tab bar with labe
l
Style & unselectedLabelStyle.
await
tester
.
pumpWidget
(
boilerplate
(
child:
const
DefaultTabController
(
length:
2
,
...
...
@@ -6564,7 +6564,7 @@ void main() {
);
}
// Test tab bar with labeStyle & unselectedLabelStyle.
// Test tab bar with labe
l
Style & unselectedLabelStyle.
await
tester
.
pumpWidget
(
buildTabBar
());
IconThemeData
selectedTabIcon
=
IconTheme
.
of
(
tester
.
element
(
find
.
text
(
tab1
)));
...
...
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