number_inc_dec 0.6.6
number_inc_dec: ^0.6.6 copied to clipboard
A flutter widget which accepts numeric values with buttons to increment and decrement.
0.6.6 25August2020 #
- Improve code coverage
- Add missing documentation
- Merged pull request which enables
onSubmittedfor the widget.- Thank you Andy Bulka 🥇 😄.
0.6.5 19August2020 #
- increased test coverage.
- fixed lot of typo errors in documentation and code.
- Added
enableandstyleattribute to the widgets. - Replace deprecated WhiteListingTextFormatter with FilteringTextInputFormatter.
0.6.0+3 02August2020 #
0.6.0+2 24June2020 #
-
Added 5 different prefabbed widgets for ease of use and as example.
-
Added scale factors for width and height.
-
Provided more options such as icon size, background color and decoration.
-
Added options for call back on Increment and Decrement
-
Added options for different layouts of the increment decrement buttons.