For instructions on installing the Dart or Flutter extensions, go here.
v2.1.0
- [Flutter] A new command has been added to the command palette to run
flutter doctor
- Dart and Flutter SDKs are now found in
PATH
even when they start with~/
for a users home directory - All path names in config (log files, analyzer path, SDK path) now support starting with
~/
for a users home directory - When enabled, debug logging should now flush correctly before terminating to reduce the changes of data not being recorded
- A new setting has been introduced (
showLintNames
) which will prefix lint/hint names into messages in theProblems
pane to make it easier to// ignore
them if you wish
Upstream Issues
Some feature requests and fixes require new features and fixes in upstream projects like VS Code and LSP which use counts of 👍s on those issues to help gauge demand. The Dart-Code website now lists some of the most significant upstream issues with a description of the feature/fix they would enable. Please consider reviewing this list and adding your 👍 to any GitHub issues relevant to features you’d like to see!