Skip to content

Commit 830b743

Browse files
v0.0.21
1 parent 9c69e76 commit 830b743

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
## 0.0.21
2+
Additions and adjustments to work around Flutter's test key simulation (September, 2023)
3+
4+
* `pressKey`, `pressKeyDown`, `releaseKeyUp`, `repeatKey` wraps standard Flutter key simulations
5+
to prevent platform mismatches across key presses.
6+
* Don't use "ios" platform when simulating keyboard content typing because Flutter has a
7+
bug with generating key events for characters, specifically when simulating `platform` "ios".
8+
19
## 0.0.20
2-
Fixed a bug in keyboard key event platform overrides from version `0.0.19` (September, 2023)
10+
(DEPRECATED) Fixed a bug in keyboard key event platform overrides from version `0.0.19` (September, 2023)
311

412
## 0.0.19
513
(DEPRECATED) Keyboard and IME additions (September, 2023)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_test_robots
22
description: Flutter test tools and extensions to simulate human-computer interactions
3-
version: 0.0.20
3+
version: 0.0.21
44
homepage: https://github.com/flutter-bounty-hunters/flutter_test_robots
55

66
environment:

0 commit comments

Comments
 (0)