| OLD | NEW |
| 1 Welcome to the Dart API reference documentation, | 1 Welcome to the Dart API reference documentation, |
| 2 covering the official Dart API libraries. | 2 covering the official Dart API libraries. |
| 3 |
| 3 Some of the most fundamental Dart libraries include: | 4 Some of the most fundamental Dart libraries include: |
| 4 | 5 |
| 5 * [dart:core](./dart_core/index.html): | 6 * [dart:core](./dart_core/index.html): |
| 6 Core functionality such as strings, numbers, collections, errors, | 7 Core functionality such as strings, numbers, collections, errors, |
| 7 dates, and URIs. | 8 dates, and URIs. |
| 8 * [dart:html](./dart_html/index.html): | 9 * [dart:html](./dart_html/index.html): |
| 9 DOM manipulation for web apps. | 10 DOM manipulation for web apps. |
| 10 * [dart:io](./dart_io/index.html): | 11 * [dart:io](./dart_io/index.html): |
| 11 I/O for command-line apps. | 12 I/O for command-line apps. |
| 12 | 13 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 28 * [Dart homepage](https://www.dartlang.org) | 29 * [Dart homepage](https://www.dartlang.org) |
| 29 * [Tutorials](https://www.dartlang.org/docs/tutorials/) | 30 * [Tutorials](https://www.dartlang.org/docs/tutorials/) |
| 30 * [Programmer's Guide](https://www.dartlang.org/docs/) | 31 * [Programmer's Guide](https://www.dartlang.org/docs/) |
| 31 * [Samples](https://www.dartlang.org/samples/) | 32 * [Samples](https://www.dartlang.org/samples/) |
| 32 * [A Tour of the Dart Libraries](https://www.dartlang.org/docs/dart-up-and-run
ning/contents/ch03.html) | 33 * [A Tour of the Dart Libraries](https://www.dartlang.org/docs/dart-up-and-run
ning/contents/ch03.html) |
| 33 | 34 |
| 34 This API reference is automatically generated from the source code in the | 35 This API reference is automatically generated from the source code in the |
| 35 [Dart project](https://github.com/dart-lang/sdk). | 36 [Dart project](https://github.com/dart-lang/sdk). |
| 36 If you'd like to contribute to this documentation, see | 37 If you'd like to contribute to this documentation, see |
| 37 [Contributing](https://github.com/dart-lang/sdk/wiki/Contributing). | 38 [Contributing](https://github.com/dart-lang/sdk/wiki/Contributing). |
| OLD | NEW |