You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a text input box for sensitive information that has a hide/display button that transforms the text.
the text fails to change due to missing handlers.
go-flutter: no method handler registered for method 'TextInput.setEditableSizeAndTransform' on channel 'flutter/textinput'
go-flutter: no method handler registered for method 'TextInput.setStyle' on channel 'flutter/textinput'
I have a text input box for sensitive information that has a hide/display button that transforms the text.
the text fails to change due to missing handlers.
couple of related issues:
#355
#354
The text was updated successfully, but these errors were encountered: