flutter_spinbox
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.
0.13.1
8.0K downloads/mo
#3215 most downloaded on pub.dev
jpnurmi/flutter_spinbox
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships fairly regularly
a new release about every 2 months
Nearly every release is documented
notes for 25 of 26 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
27 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
27 releases · May 2020 to May 2023Releases
latest 27-
0.13.111 May 2023 -
0.13.026 Feb 2023 -
0.12.028 Dec 2022 -
0.11.005 Nov 2022 -
0.10.024 Sep 2022 -
0.9.024 Apr 2022Release notes
Open source →-
BREAKING CHANGES:
- It is no longer possible to set
prefixTextorsuffixText. Useprefixandsuffixwidgets, instead. - The decoration defaults to an outline border. Use
borderto change the decoration.
- It is no longer possible to set
-
Fix arrow key handling in Flutter 2.10+
-
Fix decoration label alignment by setting
prefixandsuffixinstead ofprefixIconandsuffixIcon. (thanks @doppio) -
Default to outline border decoration to gain more sensible looks out of the box, unless any border is already specified.
-
Add
digitsproperty. (thanks @akhokhlushin) -
Clean up focus change listeners.
-
-
0.8.020 Dec 2021 -
0.7.014 Nov 2021Release notes
Open source →- Introduce SpinBoxTheme and SpinBoxThemeData
- Add SpinBox.iconColor and SpinBoxThemeData.iconColor
- Add SpinBoxThemeData.decoration (NOTE: SpinBox.decoration is now nullable)
-
0.6.027 Aug 2021 -
0.5.413 Aug 2021 -
0.5.313 Aug 2021 -
0.5.229 Apr 2021 -
0.5.128 Apr 2021 -
0.5.026 Apr 2021Release notes
Open source →- Add canChange, beforeChange, and afterChange callbacks (thanks @daybson!)
-
0.4.118 Apr 2021 -
0.4.015 Mar 2021Release notes
Open source →- Stable null-safe version with stable SDK constraints
- Upgraded depencencies
- Fixed ripple effects to show above the text field
-
0.4.0-nullsafety.001 Jan 2021 pre-release -
0.3.131 Dec 2020Release notes
Open source →- Made input validation less strict to avoid situations where a entering an intermediate value that was less than the minimum value would not be allowed. The input is fixed up when the value is submitted or the input focus is lost.
-
0.3.1+131 Dec 2020 -
0.3.1+231 Dec 2020 -
0.3.010 Dec 2020 -
0.2.309 Dec 2020 -
0.2.209 Dec 2020Release notes
Open source →- Fixed a bug that allowed entering "" and "-". (Thanks @vannevar-morgan!)
-
0.2.109 Oct 2020 -
0.2.030 May 2020 -
0.1.019 May 2020 -
0.1.0+119 May 2020Nothing published for this version