Skip to content

Commit 9c48cc7

Browse files
committed
docs: document additional constraints
1 parent 53a2d15 commit 9c48cc7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/src/entrypoint.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,10 @@ See $workspacesDocUrl for more information.''',
557557
/// The iterable [unlock] specifies the list of packages whose versions can be
558558
/// changed even if they are locked in the pubspec.lock file.
559559
///
560+
/// The iterable [additionalConstraints] specifies extra constraints the
561+
/// version solver must satisfy. When omitted, no extra constraints are
562+
/// applied.
563+
///
560564
/// Shows a report of the changes made relative to the previous lockfile. If
561565
/// this is an upgrade or downgrade, all transitive dependencies are shown in
562566
/// the report. Otherwise, only dependencies that were changed are shown. If

0 commit comments

Comments
 (0)