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

Unified Diff: sky/examples/fn/widgets/widgets.dart

Issue 971183002: Initial commit of Effen reactive framework experiment for Sky (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/examples/fn/widgets/toolbar.dart ('k') | sky/examples/stocks-fn/companylist.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/fn/widgets/widgets.dart
diff --git a/sky/examples/fn/widgets/widgets.dart b/sky/examples/fn/widgets/widgets.dart
new file mode 100644
index 0000000000000000000000000000000000000000..834c9da1d64b5eb48acb23ba770237b3295dc7f6
--- /dev/null
+++ b/sky/examples/fn/widgets/widgets.dart
@@ -0,0 +1,24 @@
+library widgets;
+
+import '../lib/fn.dart';
+import 'dart:async';
+import 'dart:math' as math;
+import 'dart:sky' as sky;
+
+part 'animationgenerator.dart';
+part 'box.dart';
+part 'button.dart';
+part 'buttonbase.dart';
+part 'checkbox.dart';
+part 'drawer.dart';
+part 'drawerheader.dart';
+part 'fixedheightscrollable.dart';
+part 'flingcurve.dart';
+part 'icon.dart';
+part 'inksplash.dart';
+part 'menudivider.dart';
+part 'menuitem.dart';
+part 'radio.dart';
+part 'toolbar.dart';
+
+typedef void ValueChanged(value);
« no previous file with comments | « sky/examples/fn/widgets/toolbar.dart ('k') | sky/examples/stocks-fn/companylist.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698