
You can install unmoderated versions by specifiying the install version during installation.
Chocolatey has also been updated with versions 1.22.0
Command line installation:
choco uninstall dart-sdk choco install -y dart-sdk -version 1.22.0To verify you have the right version on your path.
dart --version Dart VM version: 1.22.0 (Mon Feb 13 17:39:28 2017) on "windows_x64"
Command line installation:
choco uninstall dartium choco install -y dartium -version 1.22.0