File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.9.0] - 2022-04-24
2+
3+ * BREAKING CHANGES:
4+ - It is no longer possible to set ` prefixText ` or ` suffixText ` . Use ` prefix `
5+ and ` suffix ` widgets, instead.
6+ - The decoration defaults to an outline border. Use ` border ` to change the
7+ decoration.
8+
9+ * Fix arrow key handling in Flutter 2.10+
10+ * Fix decoration label alignment by setting ` prefix ` and ` suffix ` instead of
11+ ` prefixIcon ` and ` suffixIcon ` . (thanks @doppio )
12+ * Default to outline border decoration to gain more sensible looks out of the
13+ box, unless _ any_ border is already specified.
14+ * Add ` digits ` property. (thanks @akhokhlushin )
15+ * Clean up focus change listeners.
16+
117## [ 0.8.0] - 2021-12-20
218
319* Exposed focusNode (thanks @leonardo2204 !)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ 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.8 .0
5+ version : 0.9 .0
66homepage : https://github.com/jpnurmi/flutter_spinbox
77repository : https://github.com/jpnurmi/flutter_spinbox
88issue_tracker : https://github.com/jpnurmi/flutter_spinbox/issues
You can’t perform that action at this time.
0 commit comments