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
055ad0ce
Unverified
Commit
055ad0ce
authored
May 30, 2018
by
Mikkel Nygaard Ravn
Committed by
GitHub
May 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos (#18017)
parent
5ce672b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
diagnostics.dart
packages/flutter/lib/src/foundation/diagnostics.dart
+2
-2
bottom_sheet.dart
packages/flutter/lib/src/material/bottom_sheet.dart
+1
-1
checkbox.dart
packages/flutter/lib/src/material/checkbox.dart
+1
-1
No files found.
packages/flutter/lib/src/foundation/diagnostics.dart
View file @
055ad0ce
...
...
@@ -17,7 +17,7 @@ enum DiagnosticLevel {
///
/// If a user chooses to display [hidden] diagnostics, they should not expect
/// the diagnostics to be formatted consistently with other diagnostics and
/// they should expect them to sometimes be
be
misleading. For example,
/// they should expect them to sometimes be misleading. For example,
/// [FlagProperty] and [ObjectFlagProperty] have uglier formatting when the
/// property `value` does does not match a value with a custom flag
/// description. An example of a misleading diagnostic is a diagnostic for
...
...
@@ -2156,7 +2156,7 @@ abstract class Diagnosticable {
/// uninteresting. For example, specify a default value of null any time
/// a property being null does not indicate an error.
/// * Avoid specifying the `level` parameter unless the result you want
/// cannot be
be
achieved by using the `defaultValue` parameter or using
/// cannot be achieved by using the `defaultValue` parameter or using
/// the [ObjectFlagProperty] class to conditionally display the property
/// as a flag.
/// * Specify `showName` and `showSeparator` in rare cases where the string
...
...
packages/flutter/lib/src/material/bottom_sheet.dart
View file @
055ad0ce
...
...
@@ -63,7 +63,7 @@ class BottomSheet extends StatefulWidget {
/// Called when the bottom sheet begins to close.
///
/// A bottom sheet might be
be
prevented from closing (e.g., by user
/// A bottom sheet might be prevented from closing (e.g., by user
/// interaction) even after this callback is called. For this reason, this
/// callback might be call multiple times for a given bottom sheet.
final
VoidCallback
onClosing
;
...
...
packages/flutter/lib/src/material/checkbox.dart
View file @
055ad0ce
...
...
@@ -47,7 +47,7 @@ class Checkbox extends StatefulWidget {
/// The following arguments are required:
///
/// * [value], which determines whether the checkbox is checked. The [value]
/// can only be
be
null if [tristate] is true.
/// can only be null if [tristate] is true.
/// * [onChanged], which is called when the value of the checkbox should
/// change. It can be set to null to disable the checkbox.
///
...
...
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