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

Side by Side Diff: pkg/fletch_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/fletch_agent/tool/client.dart ('k') | pkg/fletchc/.packages » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Welcome to the Dartino reference documentation covering the packages available
2 for Dartino.
3
4 You must import a package before you can use it. Here's an example of importing
5 the `GPIO` package:
6
7 ```dart
8 import 'package:gpio/gpio.dart';
9 ```
10
11 For more information on Dartino, see the [Dartino
12 site](http://dartino.github.io/sdk/).
13
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
16 contribute to this documentation, see
17 [Contributing](https://github.com/dartino/sdk/wiki/Contributing).
OLDNEW
« no previous file with comments | « pkg/fletch_agent/tool/client.dart ('k') | pkg/fletchc/.packages » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698