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
99472cf0
Unverified
Commit
99472cf0
authored
May 14, 2021
by
Taha Tesser
Committed by
GitHub
May 14, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix pkg typos (#82544)
parent
9218f09d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
user_messages.dart
packages/flutter_tools/lib/src/base/user_messages.dart
+1
-1
linux_doctor_test.dart
...ter_tools/test/general.shard/linux/linux_doctor_test.dart
+1
-1
No files found.
packages/flutter_tools/lib/src/base/user_messages.dart
View file @
99472cf0
...
@@ -226,7 +226,7 @@ class UserMessages {
...
@@ -226,7 +226,7 @@ class UserMessages {
'can be downloaded from https://github.com/ninja-build/ninja/releases'
;
'can be downloaded from https://github.com/ninja-build/ninja/releases'
;
String
ninjaTooOld
(
String
minimumVersion
)
=>
'ninja
$minimumVersion
or later is required.'
;
String
ninjaTooOld
(
String
minimumVersion
)
=>
'ninja
$minimumVersion
or later is required.'
;
String
pkgConfigVersion
(
String
version
)
=>
'pkg-config version
$version
'
;
String
pkgConfigVersion
(
String
version
)
=>
'pkg-config version
$version
'
;
String
get
pkgConfigMissing
=>
'p
gk
-config is required for Linux development.
\n
'
String
get
pkgConfigMissing
=>
'p
kg
-config is required for Linux development.
\n
'
'It is likely available from your distribution (e.g.: apt install pkg-config), or '
'It is likely available from your distribution (e.g.: apt install pkg-config), or '
'can be downloaded from https://www.freedesktop.org/wiki/Software/pkg-config/'
;
'can be downloaded from https://www.freedesktop.org/wiki/Software/pkg-config/'
;
String
pkgConfigTooOld
(
String
minimumVersion
)
=>
'pkg-config
$minimumVersion
or later is required.'
;
String
pkgConfigTooOld
(
String
minimumVersion
)
=>
'pkg-config
$minimumVersion
or later is required.'
;
...
...
packages/flutter_tools/test/general.shard/linux/linux_doctor_test.dart
View file @
99472cf0
...
@@ -45,7 +45,7 @@ FakeCommand _ninjaPresentCommand(String version) {
...
@@ -45,7 +45,7 @@ FakeCommand _ninjaPresentCommand(String version) {
);
);
}
}
// A command that will return typical-looking 'p
gk
-config --version' output with
// A command that will return typical-looking 'p
kg
-config --version' output with
// the given version number.
// the given version number.
FakeCommand
_pkgConfigPresentCommand
(
String
version
)
{
FakeCommand
_pkgConfigPresentCommand
(
String
version
)
{
return
FakeCommand
(
return
FakeCommand
(
...
...
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