Add package:sky/rendering.dart

Similar to widgets.dart, rendering.dart exports the entire rendering layer.
Also, update the examples to use rendering.dart and widgets.dart. Also clean up
some exports so that the examples have more sensible imports.
This commit is contained in:
Adam Barth 2015-08-18 21:39:51 -07:00
parent 99700eaa00
commit 25527c9919

View File

@ -6,7 +6,7 @@ import 'dart:math';
import 'package:sky/mojo/activity.dart' as activity;
import 'package:sky/painting/text_style.dart';
import 'package:sky/rendering/flex.dart';
import 'package:sky/rendering.dart';
import 'package:sky/theme/colors.dart' as colors;
import 'package:sky/widgets.dart';