| Index: sky/examples/fn/widgets/widgets.dart
|
| diff --git a/sky/examples/fn/widgets/widgets.dart b/sky/examples/fn/widgets/widgets.dart
|
| deleted file mode 100644
|
| index 4556641608ca0cb3e0995bd193ae93eb7989f6df..0000000000000000000000000000000000000000
|
| --- a/sky/examples/fn/widgets/widgets.dart
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -library widgets;
|
| -
|
| -import '../../../framework/animation/curves.dart';
|
| -import '../../../framework/animation/fling-curve.dart';
|
| -import '../../../framework/animation/generator.dart';
|
| -import '../../../framework/fn.dart';
|
| -import '../../../framework/theme/colors.dart';
|
| -import '../../../framework/theme/shadows.dart';
|
| -import 'dart:collection';
|
| -import 'dart:async';
|
| -import 'dart:math' as math;
|
| -import 'dart:sky' as sky;
|
| -
|
| -part 'box.dart';
|
| -part 'button.dart';
|
| -part 'buttonbase.dart';
|
| -part 'checkbox.dart';
|
| -part 'drawer.dart';
|
| -part 'drawerheader.dart';
|
| -part 'fixedheightscrollable.dart';
|
| -part 'icon.dart';
|
| -part 'inksplash.dart';
|
| -part 'material.dart';
|
| -part 'menudivider.dart';
|
| -part 'menuitem.dart';
|
| -part 'radio.dart';
|
| -part 'toolbar.dart';
|
| -part 'floating_action_button.dart';
|
| -
|
| -typedef void ValueChanged(value);
|
|
|