有没有地方我可以得到(相对较新)稳定版本的Dart? [英] Is there anywhere I can get (relatively new) stable versions of Dart?

查看:230
本文介绍了有没有地方我可以得到(相对较新)稳定版本的Dart?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以我升级到1.4为我的一个项目(当然在开发/测试分支),并遇到一些问题,因此我们想再次使用Dart 1.3.6。



有人知道我可以在哪里下载吗?

已加星号的 https://code.google.com/p/dart/issues/ detail?id = 18323
当我把这个问题放在一起,但当然似乎还没有更多的运动。



我想我几乎遇到类似的问题,在评论中描述的这个问题 ...在档案中寻找正确的版本,其中最新不是最新的。

解决方案

更新



现在有一个不错的页面来选择和下载特定的Dart版本 https://www.dartlang.org/tools/download-archive/



自从有一段时间,还有 deb 包可用,可以使用

安装

  sudo apt-get install dart = 1.7.0-dev.0.1。* 

请参阅 https://www.dartlang.org/tools/debian.html 了解详情。



原始



您可以从
下载 http://gsdview.appspot.com/dart-archive/channels/stable/release/



列表只包含版本号,但每个文件夹都包含一个包含此版本的详细版本信息的文件 VERSION



开发版本可以在这里找到
http://gsdview.appspot.com/dart-archive/channels/dev/release/



还有未签名的原始版本(出血边缘)但不建议使用它们。
http://gsdview.appspot.com/dart- archive / channels / be / raw / release /


So I upgraded to 1.4 for a project I am contributing to (in development/testing branch of course) and ran into some problems and thus we want to use Dart 1.3.6 again. However, I cannot find this.

Does anyone know where I could download it?

I have seen and starred https://code.google.com/p/dart/issues/detail?id=18323 as I was putting this question together, but of course seems like there is no more movement there just yet.

I think I pretty much ran into similar issues to what corgath described in comments on this question... looking for the right version in those "archives" where the "latest" is not really the latest anymore.

解决方案

Update

There is now a nice page to select and download specific Dart versions https://www.dartlang.org/tools/download-archive/

Since a while there are also deb packages available which can be installed using

sudo apt-get install dart=1.7.0-dev.0.1.*

see https://www.dartlang.org/tools/debian.html for more details.

Original

You can download from http://gsdview.appspot.com/dart-archive/channels/stable/release/

The list only contains the build number but each folder contains a file VERSION that contains detailed version information for this build.

dev channel releases can be found here http://gsdview.appspot.com/dart-archive/channels/dev/release/

there are also unsigned raw builds (bleeding edge) but it is not recommended to use them. http://gsdview.appspot.com/dart-archive/channels/be/raw/release/

这篇关于有没有地方我可以得到(相对较新)稳定版本的Dart?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆