-
Notifications
You must be signed in to change notification settings - Fork 29.3k
Open
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: error messageError messages from the Flutter frameworkError messages from the Flutter frameworka: productionIssues experienced in live production appsIssues experienced in live production appsa: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsc: crashStack traces logged to the consoleStack traces logged to the consoleframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
In our application, for production, we caught an error in the service
hardware_keyboard.dart:
flutter 2.8
Null check operator used on a null value
#0 KeyEventManager._convertRawEventAndStore (package:flutter/src/services/hardware_keyboard.dart:902)\n
#1 RawKeyboard.handleRawKeyEvent (package:flutter/src/services/raw_keyboard.dart:678)\n
#2 KeyEventManager.handleRawKeyMessage (package:flutter/src/services/hardware_keyboard.dart:818)\n
#3 BasicMessageChannel.setMessageHandler.<anonymous closure> (package:flutter/src/services/platform_channel.dart:77)\n
#4 BasicMessageChannel.setMessageHandler.<anonymous closure> (package:flutter/src/services/platform_channel.dart:76)\n
#5 _DefaultBinaryMessenger.setMessageHandler.<anonymous closure> (package:flutter/src/services/binding.dart:389)\n
#6 _DefaultBinaryMessenger.setMessageHandler.<anonymous closure> (package:flutter/src/services/binding.dart:386)\n
#7 _invoke2.<anonymous closure> (dart:ui/hooks.dart:189)\n
#8 _rootRun (dart:async/zone.dart:1428)\n#9 _CustomZone.run (dart:async/zone.dart:1328)\n#10 _CustomZone.runGuarded (dart:async/zone.dart:1236)\n
#11 _invoke2 (dart:ui/hooks.dart:188)\n
#12 _ChannelCallbackRecord.invoke (dart:ui/channel_buffers.dart:42)\n
#13 _Channel.push (dart:ui/channel_buffers.dart:132)\n
#14 ChannelBuffers.push (dart:ui/channel_buffers.dart:329)\n
#15 PlatformDispatcher._dispatchPlatformMessage (dart:ui/platform_dispatcher.dart:544)\n
#16 _dispatchPlatformMessage (dart:ui/hooks.dart:83)
etienn01
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: error messageError messages from the Flutter frameworkError messages from the Flutter frameworka: productionIssues experienced in live production appsIssues experienced in live production appsa: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsc: crashStack traces logged to the consoleStack traces logged to the consoleframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team