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

Unified Diff: sky/home.dart

Issue 1196353002: Replace Sector Layout demo with widgets/sector.dart (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/home.dart
diff --git a/sky/home.dart b/sky/home.dart
index 1e5b424fa49d07190e6f0ea92df8918c23553af7..228042fe8315ec6898d15cd494350ba193c592c0 100644
--- a/sky/home.dart
+++ b/sky/home.dart
@@ -51,7 +51,7 @@ class SkyHome extends App {
new SkyDemo('Stocks App', 'examples/stocks2/lib/stock_app.dart'),
new SkyDemo('Astroids Game', 'examples/game/main.dart'),
new SkyDemo('Interactive Flex', 'examples/rendering/interactive_flex.dart'),
- new SkyDemo('Sector Layout', 'examples/rendering/sector_layout.dart'),
+ new SkyDemo('Sector Layout', 'examples/widgets/sector.dart'),
new SkyDemo('Touch Demo', 'examples/rendering/touch_demo.dart'),
// TODO(eseidel): We could use to separate these groups?
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698