input_quantity
A widget for input quantity. Built with TextFormField. Type manually or increase and decrease value with the btn
2.6.0
3.5K downloads/mo
#4370 most downloaded on pub.dev
pmatatias/input-quantity
What this package is like to depend on
Last release 4 months ago
23 Apr 2026
Release timing varies
gaps range from 1 weeks to 12 months
Nearly every release is documented
notes for 34 of 34 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
34 releases · first in 2022
2 releases in the last 12 months
see the full history below
Release timeline
34 releases · Sep 2022 to Apr 2026Releases
latest 34-
2.6.023 Apr 2026Release notes
Open source →Apr 23, 2026
- feat: Add optional
decimalSeparatorparameter for locale support #78 by @daniel-pimenta-cc
- feat: Add optional
-
2.5.202 Dec 2025Release notes
Open source →Nov 2, 2025
- Enable interactive selection for input field based on enableTyping flag
-
2.5.117 Dec 2024Release notes
Open source →Des 17, 2024
- doc: Update readme file
- fix: change deprecated
withOpacity()method from Flutter3.24.1and usewithValue()on latest Flutter version
-
2.5.009 Nov 2024Release notes
Open source →Nov 9, 2024
- Now we can set both
validatorandmessageBuilder, butvalidatormessage will be prioritize to show when both message is displayed messageBuilderis now by default showing max and minimum value. you can remove it by retruning empty widget to the parameter- User now able to type below
minValor above themaxValbut then the message will show that limit value has reached. and afterunfocustheTextfield, the onchange value is invoked with returnedmaxValorminVal
- Now we can set both
-
2.4.102 Sep 2024Release notes
Open source →Sept 2, 2024 #65
- Adjust regular expression to enable negative decimals input by @tonypioneer
-
2.4.008 Aug 2024Release notes
Open source →Aug 8, 2024
- feat: add
TextEditingControllerintoQtyFormProps. Now we can get the string qty from your own controllerby @fixiply - add example input with controller
- feat: add
-
2.3.427 May 2024 -
2.3.319 May 2024 -
2.3.211 Mar 2024 -
2.3.111 Mar 2024 -
2.3.011 Mar 2024Release notes
Open source →What's Changed
- Custom border by @pmatatias in #51
- Fix for issue in #50
Full Changelog: 2.2.0...2.3.0
-
2.2.015 Nov 2023Release notes
Open source →What's Changed
- Feat disable typing by @pmatatias in #44
- Feat decimal places handler by @pmatatias in #47
Full Changelog: 2.1.0...2.2.0
Release notes
Open source →Nov 16, 2023
- feat: handle for floating point of
doublein dart - feat: add new props to limit decimal places
-
2.1.130 Sep 2023 -
2.1.025 Sep 2023Release notes
Open source →What's Changed
- Mark deprecated by @pmatatias in #41
- Feat button orientation by @pmatatias in #43
Full Changelog: 2.0.4...2.1.0
Release notes
Open source → -
2.0.422 Sep 2023Release notes
Open source → -
2.0.320 Sep 2023 -
2.0.215 Sep 2023 -
2.0.115 Sep 2023 -
2.0.015 Sep 2023Release notes
Open source →What's Changed
- doc: update image size by @pmatatias in #15
- Update README.md by @pmatatias in #16
- doc:update document v1.1.2 by @pmatatias in #17
- add new feature message limit by @pmatatias in #18
- doc: update readme by @pmatatias in #20
- P116 by @pmatatias in #21
- Patch1.2 by @pmatatias in #22
- change line initstate and dispose by @pmatatias in #25
- feat: dismiss softkeyboar by @pmatatias in #26
- V2 dev by @pmatatias in #36
Full Changelog: 1.1.0...2.0.0
Release notes
Open source →Sep 15, 2023 #36
- Output can be specify:
int,doubleor by default asnum - Add Feature longpress to update value
- Fix input unnecessary typing character
- Add new feature Validator and message builder
- Add and export more decoration for
TextFormFieldandInputDecorationasInputQtyproperty - @Deprecated item is not removed yet, but set the value will not taking any effect. Most of property are moved into
QtyDecorationProps. list of deprecated property :showMessageLimit,textFieldDecoration,plusBtn,minusBtn,btnColor1,btnColor2,splashRadius,borderShape.
-
1.2.430 Aug 2023 -
1.2.308 Aug 2023Release notes
Open source →Aug 8, 2023 #26
- remove initial value change on initstate
- add
onTapOutsideproperty to dismiss soft keyboard
-
1.2.208 Aug 2023 -
1.2.107 Jun 2023 -
1.2.007 Jun 2023Release notes
Open source →Jun 7, 2023 #22
- refactor: separeted
BuildBtnwidget - initial
borderShape = BorderShapeBtn.none - Use
BoxShapeinsted of border radius on decoration
- refactor: separeted
-
1.1.619 May 2023Release notes
Open source →- upgrade sdk
>=2.17.3 <4.0.0 - test: Run with dart 3.0 and flutter 3.10
- Add screenshoot info on
pubspec.yamlfile
- upgrade sdk
-
1.1.520 Mar 2023 -
1.1.411 Jan 2023 -
1.1.308 Jan 2023Release notes
Open source →- feat: add message limit at the bottom of widget
- doc: fix change log 1.1.2
-
1.1.219 Dec 2022 -
1.1.116 Dec 2022 -
1.1.014 Dec 2022Release notes
Open source →What's Changed
- Btn custom by @pmatatias in #11
- Color btn func by @pmatatias in #12
- Color btn change by @pmatatias in #13
- Patch 5 by @pmatatias in #14
Full Changelog: 1.0.0...1.1.0
-
1.0.130 Sep 2022 -
1.0.030 Sep 2022Release notes
Open source →What's Changed
- Update pubspec.yaml by @pmatatias in #1
- Ref/inhirited widget by @pmatatias in #2
- Patch 2 by @pmatatias in #3
- Patch 3.1 by @pmatatias in #4
- feat: Input decoration for textformField by @pmatatias in #5
- fixed keyboard by @pmatatias in #6
- Patch 4 by @pmatatias in #7
- Update README.md by @pmatatias in #8
- chore: released by @pmatatias in #9
New Contributors
- @pmatatias made their first contribution in #1
Full Changelog: 0.0.1...1.0.0
-
0.0.127 Sep 2022