moneytextformfield 0.3.1 moneytextformfield: ^0.3.1 copied to clipboard
MoneyTextFormField is one of the flutter widget packages that can be used to input values in the form of currencies, by displaying the output format in realtime.
0.3.* #
-
0.3.1 #
UPDATE:
- Update
FlutterMoneyFormatter
dependecy. - Update license on each files.
- Update source code to match new dependecy changes.
FIX:
- Formatting source code as suggested on https://pub.dartlang.org
- Update
-
0.3.0 #
ADD:
- Padding capability
- License on each files.
CHANGES:
- License changed into BSD
0.2.* #
-
0.2.3 #
ADD:
- Support negative value
-
0.2.2 #
FIX:
- Formatting source code as suggested on https://pub.dartlang.org
-
0.2.1 #
CHANGES:
- Upgrading
FlutterMoneyFormatter
- method adjustment
- documentation adjustment
- Upgrading
-
0.2.0 #
ADD:
- Disabled whitespace on input text.
CHANGES:
- Initial values on input text taken from
FlutterMoneyFormatter.formattedNonSymbol
0.1.* #
-
0.1.2 #
FIX:
- Not disposing controller when user assign it.
-
0.1.1 #
FIX:
.gitignore
file
-
0.1.0 #
CHANGES:
- From now on, properties in the
MoneyTextFormFieldSettings
instance will be segmented based on their respective criteria. - Provides default values for all configuration instances.
- Remove the mandatory properties of each parameter contained in the
MoneyTextFormFieldSettings
instance, so that it can be initialized without any parameters. - Separating files for each instance.
- Update documentation to match any changes that occur in the package.
ADD:
icon
feature.hintText
feature.errorStyle
feature.validator
feature.inputFormatters
feature.onChanged
feature.enabled
feature.
- From now on, properties in the