Skip to content

Commit be90958

Browse files
committed
Update from review
1 parent 714460c commit be90958

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/release/breaking-changes/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,16 @@ release, and listed in alphabetical order:
3131

3232
### Not yet released to stable
3333

34+
* [Migrate RawKeyEvent/RawKeyboard system to KeyEvent/HardwareKeyboard system][]
3435
* [Deprecate `TextField.canRequestFocus`][]
3536
* [Accessibility traversal order of tooltip changed][]
3637

38+
[Migrate RawKeyEvent/RawKeyboard system to KeyEvent/HardwareKeyboard system]: {{site.url}}/release/breaking-changes/key-event-migration
3739
[Deprecate `TextField.canRequestFocus`]: {{site.url}}/release/breaking-changes/can-request-focus
3840
[Accessibility traversal order of tooltip changed]: {{site.url}}/release/breaking-changes/tooltip-semantics-order
3941

4042
### Released in Flutter 3.16
4143

42-
* [Migrate RawKeyEvent/RawKeyboard system to KeyEvent/HardwareKeyboard system][]
4344
* [Migrate ShortcutActivator and ShortcutManager to KeyEvent system][]
4445
* [The `ThemeData.useMaterial3` property is now set to true by default][]
4546
* [Deprecated API removed after v3.13][]
@@ -53,7 +54,6 @@ release, and listed in alphabetical order:
5354
* [Windows: External windows should notify Flutter engine of lifecycle changes][]
5455
* [Windows build path changed to add the target architecture][]
5556

56-
[Migrate RawKeyEvent/RawKeyboard system to KeyEvent/HardwareKeyboard system]: {{site.url}}/release/breaking-changes/key-event-migration
5757
[Migrate ShortcutActivator and ShortcutManager to KeyEvent system]: {{site.url}}/release/breaking-changes/shortcut-key-event-migration
5858
[The `ThemeData.useMaterial3` property is now set to true by default]: {{site.url}}/release/breaking-changes/material-3-default
5959
[Deprecated API removed after v3.13]: {{site.url}}/release/breaking-changes/3-13-deprecations

src/release/breaking-changes/key-event-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ both `KeyDownEvent` and `KeyRepeatEvent` need to be checked.
213213

214214
## Timeline
215215

216-
Landed in version: 3.17.0-18.0.pre<br>
217-
In stable release: not yet (Not in 3.17)
216+
Landed in version: 3.18.0-2.0.pre<br>
217+
In stable release: not yet (Not in 3.18)
218218

219219
## References
220220

0 commit comments

Comments
 (0)