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
2a010d96
Unverified
Commit
2a010d96
authored
Feb 11, 2022
by
Swift Kim
Committed by
GitHub
Feb 11, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flutter_tools] Make variants of Pub have consistent method signatures (#98119)
parent
76855aa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
pub.dart
packages/flutter_tools/lib/src/dart/pub.dart
+4
-4
No files found.
packages/flutter_tools/lib/src/dart/pub.dart
View file @
2a010d96
...
...
@@ -96,7 +96,7 @@ abstract class Pub {
/// Defaults to true.
Future
<
void
>
get
({
required
PubContext
context
,
String
directory
,
String
?
directory
,
bool
skipIfAbsent
=
false
,
bool
upgrade
=
false
,
bool
offline
=
false
,
...
...
@@ -122,11 +122,11 @@ abstract class Pub {
Future
<
void
>
batch
(
List
<
String
>
arguments
,
{
required
PubContext
context
,
String
directory
,
MessageFilter
filter
,
String
?
directory
,
MessageFilter
?
filter
,
String
failureMessage
=
'pub failed'
,
required
bool
retry
,
bool
showTraceForErrors
,
bool
?
showTraceForErrors
,
});
/// Runs pub in 'interactive' mode.
...
...
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