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
202fc02c
Unverified
Commit
202fc02c
authored
Sep 03, 2021
by
arfy slowy
Committed by
GitHub
Sep 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: typo spelling grammar (#88439)
parent
e92f7cd8
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
bottom_navigation_bar.dart
packages/flutter/lib/src/material/bottom_navigation_bar.dart
+1
-1
layer.dart
packages/flutter/lib/src/rendering/layer.dart
+1
-1
binding.dart
packages/flutter_test/lib/src/binding.dart
+1
-1
custom_devices.dart
packages/flutter_tools/lib/src/commands/custom_devices.dart
+1
-1
mdns_discovery_test.dart
...flutter_tools/test/general.shard/mdns_discovery_test.dart
+1
-1
No files found.
packages/flutter/lib/src/material/bottom_navigation_bar.dart
View file @
202fc02c
...
...
@@ -555,7 +555,7 @@ class _BottomNavigationTile extends StatelessWidget {
}
// If the orientaion is landscape and layout is
// If the orienta
t
ion is landscape and layout is
// BottomNavigationBarLandscapeLayout.linear then return a
// icon-space-label row, where space is 8 pixels. Otherwise return a
// icon-label column.
...
...
packages/flutter/lib/src/rendering/layer.dart
View file @
202fc02c
...
...
@@ -160,7 +160,7 @@ abstract class Layer extends AbstractNode with DiagnosticableTreeMixin {
/// imply that it has been removed from its parent.
final
LayerHandle
<
Layer
>
_parentHandle
=
LayerHandle
<
Layer
>();
/// Incremen
e
ted by [LayerHandle].
/// Incremented by [LayerHandle].
int
_refCount
=
0
;
/// Called by [LayerHandle].
...
...
packages/flutter_test/lib/src/binding.dart
View file @
202fc02c
...
...
@@ -499,7 +499,7 @@ abstract class TestWidgetsFlutterBinding extends BindingBase
///
/// If `source` is [TestBindingEventSource.test], then the `event` is based
/// in the local coordinate space and the event is likely triggered by
/// programatically simulated pointer events, such as:
/// program
m
atically simulated pointer events, such as:
///
/// * [WidgetController.tap] and alike methods, as well as directly using
/// [TestGesture]. They are usually used in
...
...
packages/flutter_tools/lib/src/commands/custom_devices.dart
View file @
202fc02c
...
...
@@ -367,7 +367,7 @@ class CustomDevicesAddCommand extends CustomDevicesCommandBase {
static
const
String
_kCheck
=
'check'
;
static
const
String
_kSsh
=
'ssh'
;
// A hostname consists of one or more "names", sep
e
rated by a dot.
// A hostname consists of one or more "names", sep
a
rated by a dot.
// A name may consist of alpha-numeric characters. Hyphens are also allowed,
// but not as the first or last character of the name.
static
final
RegExp
_hostnameRegex
=
RegExp
(
r'^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$'
);
...
...
packages/flutter_tools/test/general.shard/mdns_discovery_test.dart
View file @
202fc02c
...
...
@@ -261,7 +261,7 @@ class FakeMDnsClient extends Fake implements MDnsClient {
InternetAddress
mDnsAddress
,
})
async
{
if
(
osErrorOnStart
)
{
throw
const
OSError
(
'Operation not suppoted on socket'
,
102
);
throw
const
OSError
(
'Operation not suppo
r
ted on socket'
,
102
);
}
}
...
...
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