File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.13.0] - 2023-02-26
2+
3+ * Upgrade to Flutter 3.7
4+ * Fix ` deprecated_member_use `
5+ * Fix active icon color
6+
17## [ 0.12.0] - 2022-12-28
28
39* Call ` onSubmitted ` when step buttons are pressed
Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ name: flutter_spinbox
22description : >-
33 SpinBox is a numeric input widget with an input field for entering a specific value,
44 and spin buttons for quick, convenient, and accurate value adjustments.
5- version : 0.12 .0
5+ version : 0.13 .0
66homepage : https://github.com/jpnurmi/flutter_spinbox
77repository : https://github.com/jpnurmi/flutter_spinbox
88issue_tracker : https://github.com/jpnurmi/flutter_spinbox/issues
99
1010environment :
1111 sdk : " >=2.14.0 <3.0.0"
12+ flutter : " >=3.7.0"
1213
1314dependencies :
1415 cupertino_icons : ^1.0.2
You can’t perform that action at this time.
0 commit comments