PackageTrack
Sign in Get early access

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 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 34
  1. 2.6.0 23 Apr 2026
    Release notes

    Apr 23, 2026

    • feat: Add optional decimalSeparator parameter for locale support #78 by @daniel-pimenta-cc
    Open source →
  2. 2.5.2 02 Dec 2025
    Release notes

    Nov 2, 2025

    • Enable interactive selection for input field based on enableTyping flag
    Open source →
  3. 2.5.1 17 Dec 2024
    Release notes

    Des 17, 2024

    • doc: Update readme file
    • fix: change deprecated withOpacity() method from Flutter 3.24.1 and use withValue() on latest Flutter version
    Open source →
  4. 2.5.0 09 Nov 2024
    Release notes

    Nov 9, 2024

    • Now we can set both validator and messageBuilder, but validator message will be prioritize to show when both message is displayed
    • messageBuilder is 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 minVal or above the maxVal but then the message will show that limit value has reached. and after unfocus the Textfield, the onchange value is invoked with returned maxVal or minVal
    Open source →
  5. 2.4.1 02 Sep 2024
    Release notes

    Sept 2, 2024 #65

    • Adjust regular expression to enable negative decimals input by @tonypioneer
    Open source →
  6. 2.4.0 08 Aug 2024
    Release notes

    Aug 8, 2024

    • feat: add TextEditingController into QtyFormProps. Now we can get the string qty from your own controllerby @fixiply
    • add example input with controller
    Open source →
  7. 2.3.4 27 May 2024
    Release notes

    May 27, 2024

    • doc: add demo app from playstore
    Open source →
  8. 2.3.3 19 May 2024
    Release notes

    May 19, 2024

    • doc: fix readme
    • remove materialStateColor comment
    Open source →
  9. 2.3.2 11 Mar 2024
    Release notes

    Mar 11, 2024

    • fix image preview readme
    Open source →
  10. 2.3.1 11 Mar 2024
    Release notes

    Mar 11, 2024

    • fix image preview readme
    Open source →
  11. 2.3.0 11 Mar 2024
    Release notes

    What's Changed

    Full Changelog: 2.2.0...2.3.0

    Open source →
    Release notes

    Mar 11, 2024

    • feat: Add property for customize border 51
    Open source →
  12. 2.2.0 15 Nov 2023
    Release notes

    What's Changed

    Full Changelog: 2.1.0...2.2.0

    Open source →
    Release notes

    Nov 16, 2023

    • feat: handle for floating point of double in dart
    • feat: add new props to limit decimal places
    Open source →
  13. 2.1.1 30 Sep 2023
    Release notes

    Sep 30, 2023

    • add feature to disable typing manual 44
    Open source →
  14. 2.1.0 25 Sep 2023
    Release notes

    What's Changed

    Full Changelog: 2.0.4...2.1.0

    Open source →
    Release notes

    Sep 25, 2023

    • marked deprecated property 41
    • add orientation property for button side 43
    Open source →
  15. 2.0.4 22 Sep 2023
    Release notes

    What's Changed

    Full Changelog: 2.0.0...2.0.4

    Open source →
    Release notes

    Sep 22, 2023 39

    • fix export qtyFormProps property
    Open source →
  16. 2.0.3 20 Sep 2023
    Release notes
    • update pubspec.yml file add homepage.
    Open source →
  17. 2.0.2 15 Sep 2023
    Release notes

    Sep 15, 2023

    • format dart lints
    Open source →
  18. 2.0.1 15 Sep 2023
    Release notes

    Sep 15, 2023

    • update screenshot picture
    Open source →
  19. 2.0.0 15 Sep 2023
    Release notes

    What's Changed

    Full Changelog: 1.1.0...2.0.0

    Open source →
    Release notes

    Sep 15, 2023 #36

    • Output can be specify: int,double or by default as num
    • Add Feature longpress to update value
    • Fix input unnecessary typing character
    • Add new feature Validator and message builder
    • Add and export more decoration for TextFormField and InputDecoration as InputQty property
    • @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.
    Open source →
  20. 1.2.4 30 Aug 2023
    Release notes

    Aug 30, 2023

    • remove expired homepage site
    Open source →
  21. 1.2.3 08 Aug 2023
    Release notes

    Aug 8, 2023 #26

    • remove initial value change on initstate
    • add onTapOutside property to dismiss soft keyboard
    Open source →
  22. 1.2.2 08 Aug 2023
    Release notes

    Aug 8, 2023 #25

    • fix super.initState() and super.dispose()
    Open source →
  23. 1.2.1 07 Jun 2023
    Release notes
    • doc: fix typo changelog
    Open source →
  24. 1.2.0 07 Jun 2023
    Release notes

    Jun 7, 2023 #22

    • refactor: separeted BuildBtn widget
    • initial borderShape = BorderShapeBtn.none
    • Use BoxShape insted of border radius on decoration
    Open source →
  25. 1.1.6 19 May 2023
    Release notes
    • upgrade sdk >=2.17.3 <4.0.0
    • test: Run with dart 3.0 and flutter 3.10
    • Add screenshoot info on pubspec.yaml file
    Open source →
  26. 1.1.5 20 Mar 2023
    Release notes
    • doc: update readme
    Open source →
  27. 1.1.4 11 Jan 2023
    Release notes
    • Fix : padding bottom on web version.
    Open source →
  28. 1.1.3 08 Jan 2023
    Release notes
    • feat: add message limit at the bottom of widget
    • doc: fix change log 1.1.2
    Open source →
  29. 1.1.2 19 Dec 2022
    Release notes
    • doc: add width and heght to demo image
    Open source →
  30. 1.1.1 16 Dec 2022
    Release notes
    • doc: update image demo size
    Open source →
  31. 1.1.0 14 Dec 2022
    Release notes

    What's Changed

    Full Changelog: 1.0.0...1.1.0

    Open source →
    Release notes
    • release patch 5
    • update demo image gif
    Open source →
  32. 1.0.1 30 Sep 2022
    Release notes
    • update image preview
    • update description
    Open source →
  33. 1.0.0 30 Sep 2022
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 0.0.1...1.0.0

    Open source →
    Release notes
    • Release stable version
    • Update documentation
    Open source →
  34. 0.0.1 27 Sep 2022
    Release notes
    • Initial relase Input quantity
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive