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
For the keyboard input we have to ignore this field.
The Doc says:
This field is ignored for messages being sent from the embedder to the framework
And since we are using FlutterEngineSendPlatformMessage (Can send multiple messages) and not FlutterEngineSendPlatformMessageResponse(Can send ONE message for One response), this is not a memory leak.
see documentation
should be
we would still need to handle the response later on but this moves the needle in the right direction.
The text was updated successfully, but these errors were encountered: