Skip to content

Commit

Permalink
v0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-carroll committed Sep 3, 2023
1 parent 4a25ce9 commit 09d0ac2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.0.19
Keyboard and IME additions (September, 2023)

* CTRL + HOME/END
* CMD + HOME/END
* SHIFT + ALT + UP/DOWN
* Tab button through IME (i.e., software keyboard)
* All keyboard event now simulate with a platform as chosen by `defaultTargetPlatform`

## 0.0.18
Added arbitrary delta from simulated IME (December, 2022)

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: flutter_test_robots
description: Flutter test tools and extensions to simulate human-computer interactions
version: 0.0.18
version: 0.0.19
homepage: https://github.com/flutter-bounty-hunters/flutter_test_robots

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=1.17.0"

dependencies:
Expand Down

0 comments on commit 09d0ac2

Please sign in to comment.