Skip to content

Expose keyCode field in RawKeyEventDataWeb.#96483

Merged
fluttergithubbot merged 1 commit intoflutter:masterfrom
b-luk:master
Jan 12, 2022
Merged

Expose keyCode field in RawKeyEventDataWeb.#96483
fluttergithubbot merged 1 commit intoflutter:masterfrom
b-luk:master

Conversation

@b-luk
Copy link
Contributor

@b-luk b-luk commented Jan 11, 2022

Expose keyCode field in RawKeyEventDataWeb. The field is piped through from related PR: flutter/engine#30801

This has been discussed with and approved by @dkwingsmt. For more context (Google internal doc): https://docs.google.com/document/d/1inEHNhqglzlqQKCkRWYiC9wWn0tus-U3BXiuENqTfv8/edit?usp=sharing&resourcekey=0-WmlMQRjj1YLFE0BgGGDoZA

List which issues are fixed by this PR. You must list at least one issue.

Fixes #96479

If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@flutter-dashboard flutter-dashboard bot added the framework flutter/packages/flutter repository. See also f: labels. label Jan 11, 2022
Copy link
Contributor

@dkwingsmt dkwingsmt left a comment

Choose a reason for hiding this comment

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

LGTM

@dkwingsmt
Copy link
Contributor

Adding @gspencergoog for a second review.

Copy link
Contributor

@gspencergoog gspencergoog left a comment

Choose a reason for hiding this comment

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

32384589-a60f0e74-c078-11e7-9bc1-e5b5287aea9d

@fluttergithubbot fluttergithubbot merged commit fe05239 into flutter:master Jan 12, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Jan 18, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Jan 18, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Jan 18, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

framework flutter/packages/flutter repository. See also f: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose html KeyboardEvent's keyCode field in RawKeyEventDataWeb class

4 participants