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 0358ad5 commit d7dce29Copy full SHA for d7dce29
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [0.13.1] - 2023-05-11
2
+
3
+* Fixed `onSubmitted` behavior and public State classes (#86)
4
5
## [0.13.0] - 2023-02-26
6
7
* Upgrade to Flutter 3.7
pubspec.yaml
@@ -2,7 +2,7 @@ name: flutter_spinbox
description: >-
SpinBox is a numeric input widget with an input field for entering a specific value,
and spin buttons for quick, convenient, and accurate value adjustments.
-version: 0.13.0
+version: 0.13.1
homepage: https://github.com/jpnurmi/flutter_spinbox
repository: https://github.com/jpnurmi/flutter_spinbox
8
issue_tracker: https://github.com/jpnurmi/flutter_spinbox/issues
0 commit comments