Skip to content

Commit

Permalink
[Docs] - Fix code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-carroll committed Jul 16, 2024
1 parent ff09049 commit 546b103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
LogicalKeyboardKey.left,
);
await tester.sendKeyUpEvent(
LogicalKeyboardKey.left,
LogicalKeyboardKey.alt,
);
await tester.sendKeyUpEvent(
LogicalKeyboardKey.meta,
Expand Down
2 changes: 1 addition & 1 deletion doc/website/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ When you want to simulate hardware keyboard text input, `flutter_test_robots` ma
testWidgets((tester) async {
// Setup the test.
// Type “Hello, World!” via IME.
// Type “Hello, World!” via physical keyboard.
await tester.typeKeyboardText(
"Hello, World!"
);
Expand Down

0 comments on commit 546b103

Please sign in to comment.