File tree 1 file changed +0
-14
lines changed
src/content/tools/pub/cmd
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -123,20 +123,6 @@ By default, pub precompiles executables
123
123
in immediate dependencies (` --precompile ` ).
124
124
To prevent precompilation, use ` --no-precompile ` .
125
125
126
- ### ` --null-safety `
127
-
128
- Gets the packages that
129
- [ ` dart pub outdated --mode=null-safety ` ] [ `dart pub outdated` ]
130
- lists as _ resolvable_ ,
131
- ignoring any upper-bound constraint in the ` pubspec.yaml ` file.
132
- Also updates ` pubspec.yaml ` with the new constraints.
133
- This command is similar to ` --major-versions ` .
134
-
135
- ::: tip
136
- Commit the ` pubspec.yaml ` file before running this command,
137
- so that you can undo the changes if necessary.
138
- :::
139
-
140
126
### ` --major-versions `
141
127
142
128
Gets the packages that [ ` dart pub outdated ` ] [ ] lists as _ resolvable_ ,
You can’t perform that action at this time.
0 commit comments