Is there anywhere I can get (relatively new) stable versions of Dart?

So, I upgraded to 1.4 for the project I am contributing to (in the development / testing area) and ran into some problems, and so again we want to use Dart 1.3.6. However, I can not find it.

Does anyone know where I can download it?

I saw and shot https://code.google.com/p/dart/issues/detail?id=18323 since I asked this question together, but of course it looks like there is no traffic there yet.

I think I pretty much ran into similar problems with what corgath described in the comments on this question ... looking for the correct version in those "archives" where the "last" is actually not the very last.

+4
source share
1 answer

Update

Now there is a good page for selecting and downloading certain versions of Dart https://www.dartlang.org/tools/download-archive/

Since there are also packages available debthat 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 http://gsdview.appspot.com/dart-archive/channels/stable/release/

The list contains only the assembly number, but each folder contains a file VERSIONcontaining detailed version information for this assembly.

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

( ), . http://gsdview.appspot.com/dart-archive/channels/be/raw/release/

+6

Source: https://habr.com/ru/post/1541789/


All Articles