79309310

Date: 2024-12-26 11:11:04
Score: 1
Natty:
Report link

I faced the same problem, but I managed to solve it as follows:

focusNode.requestFocus();
var config = TextInputConfiguration().toJson();
SystemChannels.textInput.invokeListMethod("TextInput.setClient",
              [-1, "$config"]);
       await SystemChannels.textInput.invokeMethod("TextInput.show");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yahya Said