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
b1c1bdbf
Unverified
Commit
b1c1bdbf
authored
May 13, 2021
by
Jan Mewes
Committed by
GitHub
May 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos (#82319)
parent
a66e5a7f
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
conductor_state.proto
dev/tools/lib/proto/conductor_state.proto
+1
-1
elevated_button.dart
packages/flutter/lib/src/material/elevated_button.dart
+1
-1
outlined_button.dart
packages/flutter/lib/src/material/outlined_button.dart
+1
-1
text_button.dart
packages/flutter/lib/src/material/text_button.dart
+1
-1
router.dart
packages/flutter/lib/src/widgets/router.dart
+1
-1
integration_test_driver.dart
packages/integration_test/lib/integration_test_driver.dart
+1
-1
No files found.
dev/tools/lib/proto/conductor_state.proto
View file @
b1c1bdbf
...
...
@@ -72,7 +72,7 @@ message Repository {
// The remote commits will be fetched from.
Remote
upstream
=
5
;
// The remote cherrypicks will be pushed to
to
create a Pull Request.
// The remote cherrypicks will be pushed to create a Pull Request.
//
// This should be a mirror owned by the user conducting the release.
Remote
mirror
=
6
;
...
...
packages/flutter/lib/src/material/elevated_button.dart
View file @
b1c1bdbf
...
...
@@ -130,7 +130,7 @@ class ElevatedButton extends ButtonStyleButton {
/// A static convenience method that constructs an elevated button
/// [ButtonStyle] given simple values.
///
/// The [onPrimary], and [onSurface] colors are used to
to
create a
/// The [onPrimary], and [onSurface] colors are used to create a
/// [MaterialStateProperty] [ButtonStyle.foregroundColor] value in the same
/// way that [defaultStyleOf] uses the [ColorScheme] colors with the same
/// names. Specify a value for [onPrimary] to specify the color of the
...
...
packages/flutter/lib/src/material/outlined_button.dart
View file @
b1c1bdbf
...
...
@@ -118,7 +118,7 @@ class OutlinedButton extends ButtonStyleButton {
/// A static convenience method that constructs an outlined button
/// [ButtonStyle] given simple values.
///
/// The [primary], and [onSurface] colors are used to
to
create a
/// The [primary], and [onSurface] colors are used to create a
/// [MaterialStateProperty] [ButtonStyle.foregroundColor] value in the same
/// way that [defaultStyleOf] uses the [ColorScheme] colors with the same
/// names. Specify a value for [primary] to specify the color of the button's
...
...
packages/flutter/lib/src/material/text_button.dart
View file @
b1c1bdbf
...
...
@@ -165,7 +165,7 @@ class TextButton extends ButtonStyleButton {
/// A static convenience method that constructs a text button
/// [ButtonStyle] given simple values.
///
/// The [primary], and [onSurface] colors are used to
to
create a
/// The [primary], and [onSurface] colors are used to create a
/// [MaterialStateProperty] [ButtonStyle.foregroundColor] value in the same
/// way that [defaultStyleOf] uses the [ColorScheme] colors with the same
/// names. Specify a value for [primary] to specify the color of the button's
...
...
packages/flutter/lib/src/widgets/router.dart
View file @
b1c1bdbf
...
...
@@ -370,7 +370,7 @@ class Router<T> extends StatefulWidget {
scope
.
routerState
.
_setStateWithExplicitReportStatus
(
_IntentionToReportRouteInformation
.
must
,
callback
);
}
/// Forces the [Router] to
to
run the [callback] without reporting the route
/// Forces the [Router] to run the [callback] without reporting the route
/// information back to the engine.
///
/// Use this method if you don't want the [Router] to report the new route
...
...
packages/integration_test/lib/integration_test_driver.dart
View file @
b1c1bdbf
...
...
@@ -23,7 +23,7 @@ String testOutputsDirectory =
/// succeeds.
typedef
ResponseDataCallback
=
FutureOr
<
void
>
Function
(
Map
<
String
,
dynamic
>?);
/// Writes a json-serializable json data to
to
/// Writes a json-serializable json data to
/// [testOutputsDirectory]/`testOutputFilename.json`.
///
/// This is the default `responseDataCallback` in [integrationDriver].
...
...
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