From 9e932b45bb49196482b90de1185ed0f601b1d4ce Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Sun, 6 Sep 2015 12:45:48 -0700 Subject: [PATCH] Fold package:sky/editing/* into package:sky/widgets.dart The editing directory just defined two widgets. We might as well fold them into the main widgets library. --- engine/src/flutter/examples/address_book/lib/main.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/src/flutter/examples/address_book/lib/main.dart b/engine/src/flutter/examples/address_book/lib/main.dart index 80cdf496f0a..540ba13d3c0 100644 --- a/engine/src/flutter/examples/address_book/lib/main.dart +++ b/engine/src/flutter/examples/address_book/lib/main.dart @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -import 'package:sky/editing/input.dart'; import 'package:sky/theme/colors.dart' as colors; import 'package:sky/theme/typography.dart' as typography; import 'package:sky/widgets.dart';