
15,146
Downloads
162
Downloads of v 1.10.1
6/19/2015
Last update
Dartium
1.10.1
Dartium is a special build of Chromium that includes the Dart VM. Using Dartium means you don't have to compile your code to JavaScript until you're ready to test on other browsers.
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 Dartium, run the following command from the command line or from PowerShell:
C:\> choco install dartium
--version 1.10.1
To upgrade Dartium, run the following command from the command line or from PowerShell:
C:\> choco upgrade dartium
--version 1.10.1
Files
Hide- chocolateyInstall.ps1
Show
$packageName = 'dartium' # https://www.dartlang.org/tools/download_archive/ $url = 'https://storage.googleapis.com/dart-archive/channels/stable/release/45396/dartium/dartium-windows-ia32-release.zip' $binRoot = Get-BinRoot $installDir = Join-Path $binRoot "dartium" if (test-path $installDir) { Remove-Item $installDir -Recurse -Force } Install-ChocolateyZipPackage $packageName $url $installDir # Dartium is zipped inside a folder, so we want to move everything up a level if ((dir $installDir | measure-object).Count -eq 1) { $dartiumSubfolder = (dir $installDir).FullName dir $dartiumSubfolder | move-item -Destination $installDir remove-item $dartiumSubfolder -Force }
Virus Scan Results
- xinput1_3.dll (8d540d484ea4) - ## / 62 - Log in or click on link to see number of positives
- wow_helper.exe (1f9103af0bb2) - ## / 62 - Log in or click on link to see number of positives
- dartium.1.10.1.nupkg (f88282fcb6fc) - ## / 56 - Log in or click on link to see number of positives
- chrome.dll (72c3b11ced94) - ## / 56 - Log in or click on link to see number of positives
- chrome.exe (2307cdb69f40) - ## / 56 - Log in or click on link to see number of positives
- chrome_child.dll (e133b7cf684b) - ## / 56 - Log in or click on link to see number of positives
- chrome_elf.dll (3adac38e15cb) - ## / 56 - Log in or click on link to see number of positives
- D3DCompiler_46.dll (60f76ec71693) - ## / 56 - Log in or click on link to see number of positives
- delegate_execute.exe (b07fea513ba6) - ## / 56 - Log in or click on link to see number of positives
- ffmpegsumo.dll (2fdb086ec461) - ## / 57 - Log in or click on link to see number of positives
- libEGL.dll (583326e51505) - ## / 56 - Log in or click on link to see number of positives
- libexif.dll (08f9e6d30ae9) - ## / 56 - Log in or click on link to see number of positives
- libGLESv2.dll (067470b4a91a) - ## / 56 - Log in or click on link to see number of positives
- metro_driver.dll (61e06f08ebcd) - ## / 56 - Log in or click on link to see number of positives
- nacl64.exe (19da83452ea6) - ## / 55 - Log in or click on link to see number of positives
- pdf.dll (1fd532256913) - ## / 55 - Log in or click on link to see number of positives
- dartium-windows-ia32-release.zip (ea067e333c26) - ## / 56 - 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 |
---|---|---|---|
Dartium 1.24.3 | 713 | Wednesday, January 31, 2018 | approved |
Dartium 1.24.2 | 1148 | Monday, June 26, 2017 | approved |
Dartium 1.24.1 | 252 | Thursday, June 15, 2017 | approved |
Dartium 1.24.0 | 157 | Tuesday, June 13, 2017 | approved |
Dartium 1.23.0 | 789 | Sunday, April 23, 2017 | approved |
Dartium 1.22.1 | 108 | Sunday, April 23, 2017 | approved |
Dartium 1.22.0 | 775 | Thursday, February 16, 2017 | approved |
Dartium 1.21.1.201718011 | 347 | Wednesday, January 18, 2017 | approved |
Dartium 1.21.1.20171801 | 142 | Wednesday, January 18, 2017 | approved |
Dartium 1.21.1 | 215 | Tuesday, January 17, 2017 | approved |
Discussion for the Dartium Package
Ground rules:
- This discussion is only about Dartium and the Dartium 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 Dartium, 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.