docs(developer): add developer docs and refactor README#946
Conversation
There was a problem hiding this comment.
may be link http://gsdview.appspot.com/dart-archive/channels/dev/release/latest/ to download dev releases
There was a problem hiding this comment.
Also make it clear that it is optional
There was a problem hiding this comment.
Actually, the download page that is being linked on line 27 is inclusive. I.e., it also provides a link to dev channel versions (via the archive page):
Want another Dart version? Use the download archive. It lets you choose specific versions of the Dart downloads. It also has the latest dev channel builds, which let you try new features a few weeks earlier than the stable channel.
And the interface provided by the archive page is much nicer than gsdview.appspot -- see below. I would avoid adding the extra link here. Agreed?
There was a problem hiding this comment.
Cool! I was not aware about this. I always have troubles finding the dev versions which is why I have a bookmark on gsdview but your link is much better!
|
Love it! Thanks for helping others to get up to speed! |
6e97a1b to
f87cc35
Compare
|
Ok then, anything else to be done or can this be merged? (Build is failing but I can't imagine it is due to my commit.) |
f87cc35 to
4cb3dd3
Compare
A first edition of `DEVELOPER.md` inspired from the angular.dart version and expanded to include instructions given in this repos’ `README.md` (which has been cleaned up and padded up).
4cb3dd3 to
eef81ba
Compare
|
Since the question came up again (in #982), I added an explicit mention of the stable and dev streams being available from the download archive. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |

A first edition of
DEVELOPER.mdinspired from the angular.dart version, the angular.js documentation, and expanded to include instructions given in this repos’README.md(which has been cleaned up and padded up).