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
71a15896
Commit
71a15896
authored
Jan 16, 2019
by
Seth Westphal
Committed by
Michael Goderbauer
Jan 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix error message and other typos (#25126)
parent
f3f2d5a1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
bottom_tab_bar.dart
packages/flutter/lib/src/cupertino/bottom_tab_bar.dart
+2
-2
semantics.dart
packages/flutter/lib/src/semantics/semantics.dart
+1
-1
framework.dart
packages/flutter/lib/src/widgets/framework.dart
+1
-1
No files found.
packages/flutter/lib/src/cupertino/bottom_tab_bar.dart
View file @
71a15896
...
@@ -99,8 +99,8 @@ class CupertinoTabBar extends StatelessWidget implements PreferredSizeWidget {
...
@@ -99,8 +99,8 @@ class CupertinoTabBar extends StatelessWidget implements PreferredSizeWidget {
/// The size of all of the [BottomNavigationBarItem] icons.
/// The size of all of the [BottomNavigationBarItem] icons.
///
///
/// This value is used to
to configure the [IconTheme] for the navigation
/// This value is used to
configure the [IconTheme] for the navigation bar.
///
bar.
When a [BottomNavigationBarItem.icon] widget is not an [Icon] the widget
/// When a [BottomNavigationBarItem.icon] widget is not an [Icon] the widget
/// should configure itself to match the icon theme's size and color.
/// should configure itself to match the icon theme's size and color.
///
///
/// Must not be null.
/// Must not be null.
...
...
packages/flutter/lib/src/semantics/semantics.dart
View file @
71a15896
...
@@ -2445,7 +2445,7 @@ class SemanticsOwner extends ChangeNotifier {
...
@@ -2445,7 +2445,7 @@ class SemanticsOwner extends ChangeNotifier {
/// Describes the semantic information associated with the owning
/// Describes the semantic information associated with the owning
/// [RenderObject].
/// [RenderObject].
///
///
/// The information provided in the configuration is used to
to
generate the
/// The information provided in the configuration is used to generate the
/// semantics tree.
/// semantics tree.
class
SemanticsConfiguration
{
class
SemanticsConfiguration
{
...
...
packages/flutter/lib/src/widgets/framework.dart
View file @
71a15896
...
@@ -3924,7 +3924,7 @@ class StatefulElement extends ComponentElement {
...
@@ -3924,7 +3924,7 @@ class StatefulElement extends ComponentElement {
'the inherited widget is in a constructor or an initState() method, '
'the inherited widget is in a constructor or an initState() method, '
'then the rebuilt dependent widget will not reflect the changes in the '
'then the rebuilt dependent widget will not reflect the changes in the '
'inherited widget.
\n
'
'inherited widget.
\n
'
'Typically references to
to
inherited widgets should occur in widget build() methods. Alternatively, '
'Typically references to inherited widgets should occur in widget build() methods. Alternatively, '
'initialization based on inherited widgets can be placed in the didChangeDependencies method, which '
'initialization based on inherited widgets can be placed in the didChangeDependencies method, which '
'is called after initState and whenever the dependencies change thereafter.'
'is called after initState and whenever the dependencies change thereafter.'
);
);
...
...
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