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

Unified Diff: pkg/mqtt/publish-sample.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/mqtt/lib/src/mqtt_client.dart ('k') | pkg/os/lib/os.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mqtt/publish-sample.dart
diff --git a/pkg/mqtt/publish-sample.dart b/pkg/mqtt/publish-sample.dart
index 245a0aff0add15c7e27c944a8a41db71a2574c84..c0fc2726eb65c8b7853e53d500fae554f56f57a9 100644
--- a/pkg/mqtt/publish-sample.dart
+++ b/pkg/mqtt/publish-sample.dart
@@ -1,11 +1,11 @@
-import 'dart:fletch';
+import 'dart:dartino';
import 'package:mqtt/mqtt.dart';
// Sample code for publishing messages.
//
// For an end-to-end sample, first run subscribe-sample.dart, and then start
// this program next to see the communication between the two. Note that this
-// program has to be started in a second session, e.g. `fletch start
+// program has to be started in a second session, e.g. `dartino start
// publish-sample.dart in session 2'.
void main() {
// Create MQTT client.
« no previous file with comments | « pkg/mqtt/lib/src/mqtt_client.dart ('k') | pkg/os/lib/os.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698