From 830b743c226217535de01c9e2422faa2eb77bcac Mon Sep 17 00:00:00 2001 From: Matt Carroll Date: Sun, 3 Sep 2023 21:42:42 -0700 Subject: [PATCH] v0.0.21 --- CHANGELOG.md | 10 +++++++++- pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec01d9d..9d7a273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## 0.0.21 +Additions and adjustments to work around Flutter's test key simulation (September, 2023) + + * `pressKey`, `pressKeyDown`, `releaseKeyUp`, `repeatKey` wraps standard Flutter key simulations + to prevent platform mismatches across key presses. + * Don't use "ios" platform when simulating keyboard content typing because Flutter has a + bug with generating key events for characters, specifically when simulating `platform` "ios". + ## 0.0.20 -Fixed a bug in keyboard key event platform overrides from version `0.0.19` (September, 2023) +(DEPRECATED) Fixed a bug in keyboard key event platform overrides from version `0.0.19` (September, 2023) ## 0.0.19 (DEPRECATED) Keyboard and IME additions (September, 2023) diff --git a/pubspec.yaml b/pubspec.yaml index f94469e..64b0473 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_test_robots description: Flutter test tools and extensions to simulate human-computer interactions -version: 0.0.20 +version: 0.0.21 homepage: https://github.com/flutter-bounty-hunters/flutter_test_robots environment: