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

Unified Diff: sky/sdk/example/hello_world/lib/main.dart

Issue 1219493003: Cleanup sky/sdk/examples (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « sky/sdk/example/hello_world/hello_world.dart ('k') | sky/sdk/example/hello_world/main.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/hello_world/lib/main.dart
diff --git a/sky/sdk/example/widgets/hello_widgets.dart b/sky/sdk/example/hello_world/lib/main.dart
similarity index 88%
rename from sky/sdk/example/widgets/hello_widgets.dart
rename to sky/sdk/example/hello_world/lib/main.dart
index 34c1f7e58479296fa1c6729be63260913646bf68..699c117c939922407150f11d8ff23ad1806e42ef 100644
--- a/sky/sdk/example/widgets/hello_widgets.dart
+++ b/sky/sdk/example/hello_world/lib/main.dart
@@ -6,7 +6,7 @@ import 'package:sky/widgets/basic.dart';
class HelloWorldApp extends App {
Widget build() {
- return new Text('Hello, widgets!');
+ return new Text('Hello, world!');
}
}
« no previous file with comments | « sky/sdk/example/hello_world/hello_world.dart ('k') | sky/sdk/example/hello_world/main.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698