Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use onKeyEvent instead of onKey in FocusNode #66

Open
alexeyinkin opened this issue Jul 19, 2022 · 0 comments
Open

Use onKeyEvent instead of onKey in FocusNode #66

alexeyinkin opened this issue Jul 19, 2022 · 0 comments

Comments

@alexeyinkin
Copy link
Collaborator

Here we use onKey to set the listener on FocusNode:

_focusNode!.attach(context, onKey: _onKey);

The doc says it is a legacy property and will be deprecated in the future.
The recommended alternative is onKeyEvent.

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

No branches or pull requests

1 participant