You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/docs/commands/check_licenses.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ The type of dependencies to check licenses for. There are three available types:
60
60
61
61
-[`direct-dev`](https://dart.dev/tools/pub/dependencies#dev-dependencies): Another package that your package needs during development.
62
62
-[`direct-main`](https://dart.dev/tools/pub/dependencies): Another package that your package needs to work.
63
+
-[`direct-overridden`](https://dart.dev/tools/pub/dependencies#dependency-overrides): A dependency that your package overrides that is not already a `direct-main` or `direct-dev` dependency.
63
64
-[`transitive`](https://dart.dev/tools/pub/glossary#transitive-dependency): A dependency that your package indirectly uses because one of its dependencies requires it.
0 commit comments