-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#19924Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-webWeb applications specificallyWeb applications specifically
Description
Steps to Reproduce
- Run
flutter run -d chromeorflutter build webin docker. - Access the application from your phone using any browser.
- Tap on the text box and try typing.
- Tap on any part of the text. (optional)
Logs
[ +26 ms] executing: [/Users/artemboiko/Documents/flutter/] git -c
log.showSignature=false log -n 1 --pretty=format:%H
[ +57 ms] Exit code 0 from: git -c log.showSignature=false log -n 1
--pretty=format:%H
[ ] fabeb2a16f1d008ab8230f450c49141d35669798
[ ] executing: [/Users/artemboiko/Documents/flutter/] git describe
--match v*.*.* --first-parent --long --tags
[ +76 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long
--tags
[ ] v1.14.6-0-gfabeb2a16
[ +9 ms] executing: [/Users/artemboiko/Documents/flutter/] git rev-parse
--abbrev-ref --symbolic @{u}
[ +9 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/beta
[ ] executing: [/Users/artemboiko/Documents/flutter/] git ls-remote
--get-url origin
[ +8 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ +47 ms] executing: [/Users/artemboiko/Documents/flutter/] git rev-parse
--abbrev-ref HEAD
[ +10 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] beta
[ +4 ms] executing: sw_vers -productName
[ +13 ms] Exit code 0 from: sw_vers -productName
[ ] Mac OS X
[ ] executing: sw_vers -productVersion
[ +12 ms] Exit code 0 from: sw_vers -productVersion
[ ] 10.15.3
[ ] executing: sw_vers -buildVersion
[ +12 ms] Exit code 0 from: sw_vers -buildVersion
[ ] 19D76
[ +28 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required,
skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required,
skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required,
skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping
update.
[ +3 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required,
skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required,
skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required,
skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required,
skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required,
skipping update.
[ +35 ms] executing: /Users/artemboiko/Library/Android/sdk/platform-tools/adb
devices -l
[ +7 ms] Exit code 0 from:
/Users/artemboiko/Library/Android/sdk/platform-tools/adb devices -l
[ ] List of devices attached
emulator-5554 device product:sdk_gphone_x86
model:Android_SDK_built_for_x86 device:generic_x86 transport_id:2
[ +14 ms] executing:
/Users/artemboiko/Documents/flutter/bin/cache/artifacts/libimobiledevice/idevice
_id -h
[ +48 ms] executing: /usr/bin/xcode-select --print-path
[ +10 ms] Exit code 0 from: /usr/bin/xcode-select --print-path
[ ] /Volumes/HDD/Xcode.app/Contents/Developer
[ +1 ms] executing: /usr/bin/xcodebuild -version
[ +722 ms] Exit code 0 from: /usr/bin/xcodebuild -version
[ +1 ms] Xcode 11.3
Build version 11C29
[ +2 ms] /usr/bin/xcrun simctl list --json devices
[ +129 ms] /Users/artemboiko/Library/Android/sdk/platform-tools/adb -s
emulator-5554 shell getprop
[ +37 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required,
skipping update.
[ +7 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required,
skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping
update.
[ +3 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required,
skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required,
skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required,
skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required,
skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required,
skipping update.
[ +51 ms] More than one device connected; please specify a device with the '-d
<deviceId>'
flag, or use '-d all' to act on all devices.
[ +2 ms] ro.hardware = ranchu
[ +39 ms] Android SDK built for x86 • emulator-5554 • android-x86 • Android
10 (API 29)
(emulator)
[ +1 ms] Chrome • chrome • web-javascript • Google
Chrome
80.0.3987.149
[ ] Web Server • web-server • web-javascript • Flutter
Tools
[ +10 ms] "flutter run" took 1В 217ms.
#0 throwToolExit (package:flutter_tools/src/base/common.dart:27:3)
#1 RunCommand.validateCommand
(package:flutter_tools/src/commands/run.dart:325:7)
<asynchronous suspension>
#2 FlutterCommand.verifyThenRunCommand
(package:flutter_tools/src/runner/flutter_command.dart:619:11)
<asynchronous suspension>
#3 FlutterCommand.run.<anonymous closure>
(package:flutter_tools/src/runner/flutter_command.dart:537:33)
<asynchronous suspension>
#4 AppContext.run.<anonymous closure>
(package:flutter_tools/src/base/context.dart:150:29)
#5 _rootRun (dart:async/zone.dart:1126:13)
#6 _CustomZone.run (dart:async/zone.dart:1023:19)
#7 _runZoned (dart:async/zone.dart:1518:10)
#8 runZoned (dart:async/zone.dart:1465:12)
#9 AppContext.run (package:flutter_tools/src/base/context.dart:149:18)
#10 FlutterCommand.run
(package:flutter_tools/src/runner/flutter_command.dart:527:20)
#11 CommandRunner.runCommand (package:args/command_runner.dart:197:27)
#12 FlutterCommandRunner.runCommand.<anonymous closure>
(package:flutter_tools/src/runner/flutter_command_runner.dart:338:21)
<asynchronous suspension>
#13 AppContext.run.<anonymous closure>
(package:flutter_tools/src/base/context.dart:150:29)
#14 _rootRun (dart:async/zone.dart:1126:13)
#15 _CustomZone.run (dart:async/zone.dart:1023:19)
#16 _runZoned (dart:async/zone.dart:1518:10)
#17 runZoned (dart:async/zone.dart:1465:12)
#18 AppContext.run (package:flutter_tools/src/base/context.dart:149:18)
#19 FlutterCommandRunner.runCommand
(package:flutter_tools/src/runner/flutter_command_runner.dart:288:19)
#20 CommandRunner.run.<anonymous closure>
(package:args/command_runner.dart:112:25)
#21 new Future.sync (dart:async/future.dart:224:31)
#22 CommandRunner.run (package:args/command_runner.dart:112:14)
#23 FlutterCommandRunner.run
(package:flutter_tools/src/runner/flutter_command_runner.dart:231:18)
#24 run.<anonymous closure>.<anonymous closure>
(package:flutter_tools/runner.dart:64:22)
#25 _rootRun (dart:async/zone.dart:1126:13)
#26 _CustomZone.run (dart:async/zone.dart:1023:19)
#27 _runZoned (dart:async/zone.dart:1518:10)
#28 runZoned (dart:async/zone.dart:1502:12)
#29 run.<anonymous closure> (package:flutter_tools/runner.dart:62:18)
<asynchronous suspension>
#30 AppContext.run.<anonymous closure>
(package:flutter_tools/src/base/context.dart:150:29)
#31 _rootRun (dart:async/zone.dart:1126:13)
#32 _CustomZone.run (dart:async/zone.dart:1023:19)
#33 _runZoned (dart:async/zone.dart:1518:10)
#34 runZoned (dart:async/zone.dart:1465:12)
#35 AppContext.run (package:flutter_tools/src/base/context.dart:149:18)
#36 runInContext (package:flutter_tools/src/context_runner.dart:64:24)
#37 run (package:flutter_tools/runner.dart:51:10)
#38 main (package:flutter_tools/executable.dart:65:9)
#39 main
(file:///Users/artemboiko/Documents/flutter/packages/flutter_tools/bin/flutter_t
ools.dart:8:3)
#40 _startIsolate.<anonymous closure>
(dart:isolate-patch/isolate_patch.dart:299:32)
#41 _RawReceivePortImpl._handleMessage
(dart:isolate-patch/isolate_patch.dart:168:12)
info • The declaration '_adding' isn't referenced •
lib/bloc/admin_house.dart:53:19 • unused_element
info • The declaration '_editing' isn't referenced •
lib/bloc/admin_house.dart:59:19 • unused_element
info • Unused import: 'dart:convert' •
lib/infrastructure/firebase_repository.dart:1:8 • unused_import
info • Unused import: 'dart:io' •
lib/infrastructure/firebase_repository.dart:2:8 • unused_import
info • Unused import: 'package:firebase_auth/firebase_auth.dart' •
lib/infrastructure/firebase_repository.dart:7:8 • unused_import
info • Unused import: 'package:osmd_admin/pages/home.dart' •
lib/main.dart:11:8 • unused_import
info • 'title' is deprecated and shouldn't be used. This is the term used in
the 2014 version of material design. The modern term is headline6.
This feature was deprecated after v1.13.8. •
lib/style/theme/theme.dart:35:13 • deprecated_member_use
info • 'headline' is deprecated and shouldn't be used. This is the term used
in the 2014 version of material design. The modern term is headline5.
This feature was deprecated after v1.13.8. •
lib/style/theme/theme.dart:41:9 • deprecated_member_use
info • 'title' is deprecated and shouldn't be used. This is the term used in
the 2014 version of material design. The modern term is headline6.
This feature was deprecated after v1.13.8. •
lib/style/theme/theme.dart:42:9 • deprecated_member_use
info • Unused import: 'package:osmd_admin/widgets/news_state_cards.dart' •
lib/widgets/flat_section.dart:7:8 • unused_import
info • Unused import: 'package:domain/news.dart' • lib/widgets/house.dart:1:8
• unused_import
info • Don't import implementation files from another package •
lib/widgets/house.dart:4:8 • implementation_imports
info • Unused import: 'package:flutter/src/scheduler/ticker.dart' •
lib/widgets/house.dart:4:8 • unused_import
info • Unused import: 'package:osmd_admin/widgets/news_state_cards.dart' •
lib/widgets/house.dart:13:8 • unused_import
info • The value of the field '_maxHeight' isn't used •
lib/widgets/house.dart:32:10 • unused_field
info • Unused import: 'package:flutter/material.dart' •
test/widget_test.dart:8:8 • unused_import
info • Unused import: 'package:flutter_test/flutter_test.dart' •
test/widget_test.dart:9:8 • unused_import
info • Unused import: 'package:osmd_admin/main.dart' •
test/widget_test.dart:11:8 • unused_import
[✓] Flutter (Channel beta, v1.14.6, on Mac OS X 10.15.3 19D76, locale ru-UA)
• Flutter version 1.14.6 at /Users/artemboiko/Documents/flutter
• Framework revision fabeb2a16f (8 weeks ago), 2020-01-28 07:56:51 -0800
• Engine revision c4229bfbba
• Dart version 2.8.0 (build 2.8.0-dev.5.0 fc3af737c7)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
• Android SDK at /Users/artemboiko/Library/Android/sdk
• Android NDK location not configured (optional; useful for native profiling
support)
• Platform android-29, build-tools 29.0.2
• Java binary at: /Applications/Android
Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build
1.8.0_202-release-1483-b49-5587405)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 11.3)
• Xcode at /Volumes/HDD/Xcode.app/Contents/Developer
• Xcode 11.3, Build version 11C29
• CocoaPods version 1.9.0.beta.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 3.5)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 44.0.1
• Dart plugin version 191.8593
• Java version OpenJDK Runtime Environment (build
1.8.0_202-release-1483-b49-5587405)
[✓] Connected device (3 available)
• Android SDK built for x86 • emulator-5554 • android-x86 • Android 10
(API 29) (emulator)
• Chrome • chrome • web-javascript • Google Chrome
80.0.3987.149
• Web Server • web-server • web-javascript • Flutter Tools
webertim
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-webWeb applications specificallyWeb applications specifically

