Skip to content

Conversation

@JSUYA
Copy link
Member

@JSUYA JSUYA commented Feb 3, 2026

Add InputPanelChannel to broadcast input panel state changes to Dart via "tizen/internal/inputpanel" event channel.
States include "show", "hide", and "will_show".

Add InputPanelChannel to broadcast input panel state changes to Dart
via "tizen/internal/inputpanel" event channel. States include "show",
"hide", and "will_show".
@JSUYA
Copy link
Member Author

JSUYA commented Feb 4, 2026

/gemini review

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces an InputPanelChannel to broadcast input panel state changes to Dart. The implementation is generally well-structured, adding the necessary components for the new event channel. However, I've identified a critical memory safety issue in the InputPanelChannel destructor that could lead to a use-after-free bug. My review includes a specific code suggestion to address this problem.

@JSUYA JSUYA merged commit ac440c5 into flutter-tizen:master Feb 4, 2026
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants