Skip to content

Commit 31795cb

Browse files
super_keyboard v0.1.1
1 parent 9896123 commit 31795cb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

super_keyboard/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.1.1] - Mar 27, 2025
2+
* FIX: Android - Only listen for keyboard changes between `onResume` and `onPause`.
3+
* FIX: Android - Report closed keyboard upon `onResume` in case it closed after switching the app.
4+
* ADJUSTMENT: Flutter + Platforms - Make logging controllable.
5+
16
## [0.1.0] - Dec 22, 2024
27
Initial release:
38
* iOS: Reports keyboard closed, opening, open, and closing. No keyboard height.

super_keyboard/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: super_keyboard
22
description: "A plugin that reports keyboard visibility and size."
3-
version: 0.1.0
3+
version: 0.1.1
44
homepage: https://github.com/superlistapp/super_editor
55
funding:
66
- https://flutterbountyhunters.com

0 commit comments

Comments
 (0)