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

Unified Diff: sky/framework/input.dart

Issue 983213005: Move material Input component into sky/framework (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/framework/editing/keyboard.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/input.dart
diff --git a/sky/examples/editor/input.dart b/sky/framework/input.dart
similarity index 90%
rename from sky/examples/editor/input.dart
rename to sky/framework/input.dart
index 0c5b499b6e9a9c72e8edfc3fee0cefd5a9b64900..4651122246f8f1229641b3eeb21577ae86fbf4c4 100644
--- a/sky/examples/editor/input.dart
+++ b/sky/framework/input.dart
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-import '../../framework/fn.dart';
-import '../../framework/theme/colors.dart';
-import 'editable_string.dart';
-import 'editable_text.dart';
-import 'keyboard.dart';
+import 'editing/editable_string.dart';
+import 'editing/editable_text.dart';
+import 'editing/keyboard.dart';
+import 'fn.dart';
+import 'theme/colors.dart';
typedef void ValueChanged(value);
« no previous file with comments | « sky/framework/editing/keyboard.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698