From f343b7af07f92bb2316139456a48c3a0553236df Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Tue, 13 Oct 2015 11:00:54 -0700 Subject: [PATCH] Update to mojo 1292152bf533de1bfebf5966d6246e149f87add3 --- packages/flutter/lib/src/widgets/editable_text.dart | 2 ++ packages/flutter/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/editable_text.dart b/packages/flutter/lib/src/widgets/editable_text.dart index 8698c69d12..7e8ca295cd 100644 --- a/packages/flutter/lib/src/widgets/editable_text.dart +++ b/packages/flutter/lib/src/widgets/editable_text.dart @@ -128,6 +128,8 @@ class EditableString implements KeyboardClient { selection = new TextRange(start: start, end: end); onUpdated(); } + + void submit(SubmitAction action) {} } class EditableText extends StatefulComponent { diff --git a/packages/flutter/pubspec.yaml b/packages/flutter/pubspec.yaml index a90aa09089..227716fef9 100644 --- a/packages/flutter/pubspec.yaml +++ b/packages/flutter/pubspec.yaml @@ -6,7 +6,7 @@ homepage: http://flutter.io dependencies: cassowary: '>=0.1.7 <0.2.0' material_design_icons: '>=0.0.3 <0.1.0' - mojo_services: '>=0.2.0 <0.3.0' + mojo_services: '>=0.3.0 <0.4.0' mojo: '>=0.2.0 <0.3.0' newton: '>=0.1.4 <0.2.0' sky_engine: '>=0.0.34 <0.1.0'