Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I download offline documentation for Dart? [closed]

Tags:

dart

Is there a better way to download the Dart docs for offline viewing than to use a web crawler?

I have not found anything yet! Thanks!

like image 474
v217 Avatar asked Mar 29 '13 07:03

v217


1 Answers

You can download a zip of the API docs from https://www.dartlang.org/tools/sdk/archive

For old versions:

  • 1.11: http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-408.pdf
  • 2.0.0: https://github.com/chalin/dart-spec-and-grammar/blob/master/doc/dartLangSpec.pdf
like image 125
Seth Ladd Avatar answered Oct 05 '22 08:10

Seth Ladd