
25,792
Downloads
847
Downloads of v 1.15.0
3/10/2016
Last update
The Dart SDK has the libraries and command-line tools that you need to develop Dart applications.
Dart is a cohesive, scalable platform for building apps that run on the web (where you can use Polymer) or on servers (such as with Google Cloud Platform). Use the Dart language, libraries, and tools to write anything from simple scripts to full-featured apps.
To install Dart SDK, run the following command from the command line or from PowerShell:
C:\> choco install dart-sdk
--version 1.15.0
To upgrade Dart SDK, run the following command from the command line or from PowerShell:
C:\> choco upgrade dart-sdk
--version 1.15.0
Files
Hide- chocolateyInstall.ps1
Show
$packageName = 'dart-sdk' $url = 'https://storage.googleapis.com/dart-archive/channels/stable/release/1.15.0/sdk/dartsdk-windows-ia32-release.zip' $url64 = 'https://storage.googleapis.com/dart-archive/channels/stable/release/1.15.0/sdk/dartsdk-windows-x64-release.zip' $unzipDir = Get-BinRoot # NOTE: We're not adding dart-sdk to the end, as that's already in the zip file. $installDir = Join-Path $unzipDir "dart-sdk" Install-ChocolateyPath "$installDir\bin" Install-ChocolateyPath "${env:USERPROFILE}\AppData\Roaming\Pub\Cache\bin" $env:Path = "$($env:Path);$installDir\bin;${env:USERPROFILE}\AppData\Roaming\Pub\Cache\bin" if (test-path $installDir) { Remove-Item $installDir -Recurse -Force } Install-ChocolateyZipPackage $packageName $url $unzipDir $url64
Virus Scan Results
- dart-sdk.1.15.0.nupkg (e233f745f865) - ## / 57 - Log in or click on link to see number of positives
- dartsdk-windows-x64-release.zip (4a9538a8768f) - ## / 57 - Log in or click on link to see number of positives
- dartsdk-windows-ia32-release.zip (155e6e8a5c23) - ## / 57 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Dart SDK 1.24.3 | 2118 | Wednesday, January 31, 2018 | approved |
Dart SDK 1.24.2 | 3273 | Monday, June 26, 2017 | approved |
Dart SDK 1.24.1 | 332 | Thursday, June 15, 2017 | approved |
Dart SDK 1.24.0 | 230 | Tuesday, June 13, 2017 | approved |
Dart SDK 1.23.0 | 1159 | Sunday, April 23, 2017 | approved |
Dart SDK 1.22.1 | 96 | Sunday, April 23, 2017 | approved |
Dart SDK 1.22.0 | 1932 | Thursday, February 16, 2017 | approved |
Dart SDK 1.21.1 | 524 | Tuesday, January 17, 2017 | approved |
Dart SDK 1.21.0 | 767 | Thursday, January 5, 2017 | approved |
Dart SDK 1.20.1 | 1465 | Monday, October 17, 2016 | approved |
Discussion for the Dart SDK Package
Ground rules:
- This discussion is only about Dart SDK and the Dart SDK package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Dart SDK, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.