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

Unified Diff: sky/framework/editing/editable_text.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/editable_string.dart ('k') | sky/framework/editing/keyboard.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/editing/editable_text.dart
diff --git a/sky/examples/editor/editable_text.dart b/sky/framework/editing/editable_text.dart
similarity index 96%
rename from sky/examples/editor/editable_text.dart
rename to sky/framework/editing/editable_text.dart
index d752972f1f1194526c40eb4c1094e5aaa16266b8..7ad78a93e8957bbdd46012d5c0e3738ca3f1d9ac 100644
--- a/sky/examples/editor/editable_text.dart
+++ b/sky/framework/editing/editable_text.dart
@@ -2,8 +2,8 @@
// 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 '../fn.dart';
+import '../theme/colors.dart';
import 'dart:async';
import 'editable_string.dart';
« no previous file with comments | « sky/framework/editing/editable_string.dart ('k') | sky/framework/editing/keyboard.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698