We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a2d15 commit 9c48cc7Copy full SHA for 9c48cc7
1 file changed
lib/src/entrypoint.dart
@@ -557,6 +557,10 @@ See $workspacesDocUrl for more information.''',
557
/// The iterable [unlock] specifies the list of packages whose versions can be
558
/// changed even if they are locked in the pubspec.lock file.
559
///
560
+ /// The iterable [additionalConstraints] specifies extra constraints the
561
+ /// version solver must satisfy. When omitted, no extra constraints are
562
+ /// applied.
563
+ ///
564
/// Shows a report of the changes made relative to the previous lockfile. If
565
/// this is an upgrade or downgrade, all transitive dependencies are shown in
566
/// the report. Otherwise, only dependencies that were changed are shown. If
0 commit comments