Des 17, 2024
- doc: Update readme file
- fix: change deprecated
withOpacity()
method from Flutter3.24.1
and usewithValue()
on latest Flutter version
Nov 9, 2024
- Now we can set both
validator
andmessageBuilder
, butvalidator
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 themaxVal
but then the message will show that limit value has reached. and afterunfocus
theTextfield
, the onchange value is invoked with returnedmaxVal
orminVal
Sept 2, 2024 #65
- Adjust regular expression to enable negative decimals input by @tonypioneer
Aug 8, 2024
- feat: add
TextEditingController
intoQtyFormProps
. Now we can get the string qty from your own controllerby @fixiply - add example input with controller
May 27, 2024
- doc: add demo app from playstore
May 19, 2024
- doc: fix readme
- remove materialStateColor comment
Mar 11, 2024
- fix image preview readme
Mar 11, 2024
- fix image preview readme
Mar 11, 2024
- feat: Add property for customize border 51
Nov 16, 2023
- feat: handle for floating point of
double
in dart - feat: add new props to limit decimal places
Sep 30, 2023
- add feature to disable typing manual 44
Sep 25, 2023
Sep 22, 2023 39
- fix export
qtyFormProps
property
- update
pubspec.yml
file add homepage.
Sep 15, 2023
- format dart lints
Sep 15, 2023
- update screenshot picture
Sep 15, 2023 #36
- Output can be specify:
int
,double
or 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
TextFormField
andInputDecoration
asInputQty
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
.
Aug 30, 2023
- remove expired homepage site
Aug 8, 2023 #26
- remove initial value change on initstate
- add
onTapOutside
property to dismiss soft keyboard
Aug 8, 2023 #25
- fix
super.initState()
andsuper.dispose()
- doc: fix typo changelog
Jun 7, 2023 #22
- refactor: separeted
BuildBtn
widget - initial
borderShape = BorderShapeBtn.none
- Use
BoxShape
insted of border radius on decoration
- 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
- doc: update readme
- Fix : padding bottom on web version.
- feat: add message limit at the bottom of widget
- doc: fix change log 1.1.2
- doc: add width and heght to demo image
- doc: update image demo size
- release patch 5
- update demo image gif
- valuenotifier for any changes value
- feat: autochange color when reach limit value top/bottom
- change color button
- border circle and border none of button
- custom widget or icon button
- fix: logic max and min value on steps
- add boxdecoration for reset border
- update image preview
- update description
- Release stable version
- Update documentation
- Add comment description
- Extract Input Decoration from TextFromField
- fix keyboard for minus input
- add image preview
- Add intrinsic and expanded size
- Update Documentation
- Add new example
- Add minVal property
- Change data type to num
- Use ValueNotifier to avoid rebuild widget
- Fix typo documentation and pubspec.yaml
- Wrap with Intrinsic height
- upgrade sdk version to 3.3.2
- Initial relase Input quantity