8000 Input not being populated on device despite entering the text · Issue #169493 · flutter/flutter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Input not being populated on device despite entering the text #169493
Closed as duplicate of#107972
@lawrencebii

Description

@lawrencebii

A KeyUpEvent is dispatched, but the state shows that the physical key is not pressed. If this occurs in real application, please report this bug to Flutter. If this occurs in unit tests, please ensure that simulated events follow Flutter's event model as documented in HardwareKeyboard. This was the event: KeyUpEvent#ff96e(physicalKey: PhysicalKeyboardKey#30985(usbHidUsage: "0x00070044", debugName: "F11"), logicalKey: LogicalKeyboardKey#c572a(keyId: "0x10000080b", keyLabel: "F11", debugName: "F11"), character: null, timeStamp: 0:02:54.975683)
'package:flutter/src/services/hardware_keyboard.dart':
Failed assertion: line 513 pos 16: '_pressedKeys.containsKey(event.physicalKey)'

This occurred on a real application. my flutter doctor details

flutter doctor -v
[√] Flutter (Channel stable, 3.24.1, on Microsoft Windows [Version
10.0.26100.4061], locale en-US)
• Flutter version 3.24.1 on channel stable at C:\Primary Installations\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 5874a72 (9 months ago), 2024-08-20 16:46:00 -0500
• Engine revision c9b9d5780d
• Dart version 3.5.1
• DevTools version 2.37.2

[√] Windows Version (Installed version of Windows is version 10 or higher)

[√] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
• Android SDK at C:\Users\Lenovo\AppData\Local\Android\sdk
• Platform android-35, build-tools 35.0.0
• Java binary at: C:\Primary Installations\Android Studio\jbr\bin\java
• Java version OpenJDK Runtime Environment (build 17.0.11+0--11852314)
• All Android licenses accepted.

[√] Chrome - develop for the web
• Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe

[√] Visual Studio - develop Windows apps (Visual Studio Build Tools 2019 16.11.39)
• Visual Studio at C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools
• Visual Studio Build Tools 2019 version 16.11.35130.168
• Windows 10 SDK version 10.0.19041.0

[√] Android Studio (version 2024.1)
• Android Studio at C:\Primary Installations\Android Studio
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.11+0--11852314)

[√] IntelliJ IDEA Ultimate Edition (version 2025.1)
• IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA 2025.1.1.1
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin version 251.25410.28

[√] VS Code (version 1.100.2)
• VS Code at C:\Users\Lenovo\AppData\Local\Programs\Microsoft VS Code
• Flutter extension version 3.110.0

[√] Connected device (4 available)
• Infinix X6528 (mobile) • 10.4.180.139:5555 • android-arm64 • Android 13 (API 33)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.26100.4061]
• Chrome (web) • chrome • web-javascript • Google Chrome 136.0.7103.114
• Edge (web) • edge • web-javascript • Microsoft Edge 136.0.3240.92

[√] Network resources
• All expected network resources are available.

Metadata

Metadata

Assignees

No one assigned

    Labels

    r: duplicateIssue is closed as a duplicate of an existing issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0