We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e4714 commit 8f69f60Copy full SHA for 8f69f60
README.md
@@ -154,7 +154,9 @@ You can also open the [Dart DevTools](https://dart.dev/tools/dart-devtools) on t
154
`lsp-dart`support running Flutter and Dart commands as following:
155
156
`lsp-dart-pub-get` - Run `pub get` or `flutter pub get` on project root.
157
+
158
`lsp-dart-pub-upgrade` - Run `pub upgrade` or `flutter pub upgrade` on project root.
159
160
`lsp-dart-pub-outdated` - Run `pub outdated` or `flutter pub outdated` on project root.
161
162
###### :warning:* Features only available for Dart SDK version 2.8.0 or above.
0 commit comments