OLD | NEW |
1 Welcome to the Dartino reference documentation covering the packages available | 1 Welcome to the Dartino reference documentation covering the packages available |
2 for Dartino. | 2 for Dartino. |
3 | 3 |
4 You must import a package before you can use it. Here's an example of importing | 4 You must import a package before you can use it. Here's an example of importing |
5 the `GPIO` package: | 5 the `GPIO` package: |
6 | 6 |
7 ```dart | 7 ```dart |
8 import 'package:gpio/gpio.dart'; | 8 import 'package:gpio/gpio.dart'; |
9 ``` | 9 ``` |
10 | 10 |
11 For more information on Dartino, see the [Dartino | 11 For more information on Dartino, see the [Dartino |
12 site](http://dartino.github.io/sdk/). | 12 site](http://dartino.github.io/sdk/). |
13 | 13 |
14 This API reference is automatically generated from the source code in the | 14 This API reference is automatically generated from the source code in the |
15 [Dartino SDK repo](https://github.com/dartino/sdk). If you'd like to | 15 [Dartino SDK repo](https://github.com/dartino/sdk). If you'd like to |
16 contribute to this documentation, see | 16 contribute to this documentation, see |
17 [Contributing](https://github.com/dartino/sdk/wiki/Contributing). | 17 [Contributing](https://github.com/dartino/sdk/wiki/Contributing). |
OLD | NEW |