Cleanup sky/sdk/examples

* Remove all the DOM-based examples except for the old stocks app
* Rename stocks2 to stocks
* Promote hello_widgets.dart to a top-level hello_world example

TBR=ianh@google.com

Review URL: https://codereview.chromium.org/1219493003.
This commit is contained in:
Adam Barth 2015-06-27 00:00:18 -07:00
parent ec4b59ff27
commit 96a269b4d2

View File

@ -6,7 +6,7 @@ import 'dart:async';
import 'package:sky/widgets/widget.dart';
import '../../sdk/example/stocks2/lib/stock_app.dart';
import '../../sdk/example/stocks/lib/main.dart';
import '../resources/display_list.dart';
class TestStocksApp extends StocksApp {