Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Side by Side Diff: pkg/dartino_sdk_readme.md

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pkg/dartino_compiler/tests/compiler_api_test.dart ('k') | pkg/ffi/lib/ffi.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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).
OLDNEW
« no previous file with comments | « pkg/dartino_compiler/tests/compiler_api_test.dart ('k') | pkg/ffi/lib/ffi.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698