Skip to content

Commit de422f3

Browse files
super_keyboard v0.3.0
1 parent 9f7cd6c commit de422f3

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.3.0]
2+
### Nov 4, 2025
3+
* BREAKING: Moved logging to a class called `SKLog`, made log printer configurable by client apps.
4+
* BREAKING: Adjusted platform logging so that platform logs can (optionally) be forwarded to the Flutter-side logger.
5+
16
## [0.2.2]
27
### July 6, 2025
38
* FEATURE: `KeyboardHeightSimulator` can now render a widget version of a software keyboard in golden tests.

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.2.2
3+
version: 0.3.0
44
homepage: https://github.com/superlistapp/super_editor
55
funding:
66
- https://flutterbountyhunters.com

0 commit comments

Comments
 (0)