We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7cd6c commit de422f3Copy full SHA for de422f3
super_keyboard/CHANGELOG.md
@@ -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
+
6
## [0.2.2]
7
### July 6, 2025
8
* FEATURE: `KeyboardHeightSimulator` can now render a widget version of a software keyboard in golden tests.
super_keyboard/pubspec.yaml
@@ -1,6 +1,6 @@
name: super_keyboard
description: "A plugin that reports keyboard visibility and size."
-version: 0.2.2
+version: 0.3.0
homepage: https://github.com/superlistapp/super_editor
funding:
- https://flutterbountyhunters.com
0 commit comments