Skip to content

Commit 7f248cb

Browse files
committed
Release v0.13.0
1 parent 85579f6 commit 7f248cb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ name: flutter_spinbox
22
description: >-
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
66
homepage: https://github.com/jpnurmi/flutter_spinbox
77
repository: https://github.com/jpnurmi/flutter_spinbox
88
issue_tracker: https://github.com/jpnurmi/flutter_spinbox/issues
99

1010
environment:
1111
sdk: ">=2.14.0 <3.0.0"
12+
flutter: ">=3.7.0"
1213

1314
dependencies:
1415
cupertino_icons: ^1.0.2

0 commit comments

Comments
 (0)