mask_text_input_formatter
mask_text_input_formatter copied to clipboard
Composing region changed by the framework. restarting the input method.
I always used to use this package like this:
Recently I update my flutter from 1.22.6 to 2.5.3 and migrate to null safety.
Now this annoying behavior happens to me using this formatter above:
https://user-images.githubusercontent.com/31242886/143131001-e780c12b-c361-442d-b75b-a0a30a9ef874.mp4
Every time I type a number the keyboard turns back to letters, and the console look like this:
I/TextInputPlugin(16562): Composing region changed by the framework. Restarting the input method.
W/IInputConnectionWrapper(16562): beginBatchEdit on inactive InputConnection
W/IInputConnectionWrapper(16562): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper(16562): getTextAfterCursor on inactive InputConnection
W/IInputConnectionWrapper(16562): getSelectedText on inactive InputConnection
W/IInputConnectionWrapper(16562): endBatchEdit on inactive InputConnection
Can anybody help me?
Same Issue. Very annoying.
is it just log or really a problem?
is it just log or really a problem?
It's not just a log there is a bug too, every character type the keyboard reset to the letters keyboard
solution?
I always used to use this package like this:
Recently I update my flutter from 1.22.6 to 2.5.3 and migrate to null safety.
Now this annoying behavior happens to me using this formatter above:
video_2021-11-23_18-20-32.mp4 Every time I type a number the keyboard turns back to letters, and the console look like this:
I/TextInputPlugin(16562): Composing region changed by the framework. Restarting the input method. W/IInputConnectionWrapper(16562): beginBatchEdit on inactive InputConnection W/IInputConnectionWrapper(16562): getTextBeforeCursor on inactive InputConnection W/IInputConnectionWrapper(16562): getTextAfterCursor on inactive InputConnection W/IInputConnectionWrapper(16562): getSelectedText on inactive InputConnection W/IInputConnectionWrapper(16562): endBatchEdit on inactive InputConnection
Can anybody help me?
have u found any solution?
Because of Gboard Text Correction, you can disable it all to avoid that in Gboard Settings...
have anyone found any solution?
keyboardType: TextInputType.visiblePassword