currency_text_input_formatter 2.2.6 currency_text_input_formatter: ^2.2.6 copied to clipboard
Currency Text Input Formatter for Flutter. Use it easy and simple for your flutter app.
0.1.0 #
- Publish initial version.
0.1.1 #
- Add exception for first digits 0.
0.1.2 #
- Add 0 price.
0.1.3 #
- Change default symbol to ''.
0.1.4 #
- Fix offset to last.
0.2.0 #
- Add negative.(#3) Huge Thanks! @holtalanm
0.3.0 #
- Fix for surfix symbol currency deletion.(#6)(#7) Huge Thanks! @drbizeps
0.3.1 #
- Change version for readme installation.
1.0.1 #
- Fix returns an extra space with '' symbol.(#9) and Add test code. Huge Thanks! @luistrivelatto
1.0.2 #
- Change to ignore symbol only.(#11)
1.0.3 #
- Refactor codes. Huge Thanks! @luistrivelatto
1.0.4 #
- Add option grouping turn off. Huge Thanks! @yuriescl
1.0.5 #
- Update intl package to 0.17.0.(#15)
2.0.0 #
- Apply null safety. and Make default symbol is null. Add more parameters for NumberFormat currency.
2.0.1 #
- Remove decimalDigits's default value for locale.
2.1.0 #
- Add
format
method for initialValue (#20). Huge Thanks! @khsater, @FilipKvestak - Add
getFormattedValue
method. - Add
getUnformattedValue
method.
2.1.1 #
- Merge pull request handle num parsing error (#23). Huge Thanks! @al-fin
2.1.2 #
- Fix text selection bug (#24). Huge Thanks! @Pomb
2.1.3 #
- Add an example of built-in methods in readme.
2.1.4 #
- Fix for negative value of
getUnformattedValue
method (#26). Huge Thanks! @kgabol
2.1.5 #
- Fix for negative value of
format
method. Huge Thanks! @jahoefne
2.1.6 #
- Add code to prevent changes in the middle of value.
2.1.7 #
- Remove prevent changes in the middle of value.(#34) Huge Thanks! @yoseptara
2.1.8 #
- Add optional negative parameter.(#40) Huge Thanks! @chrallard
2.1.9 #
- Update intl package to 0.18.0.(#44) Huge Thanks! @robertoltrocha
2.1.10 #
- Supporting format for double values.(#47) Huge Thanks! @lmanerich
2.1.11 #
- Add inputDirection parameter. It cannot support formatting stuff for now.
2.1.12 #
- Update intl version to 0.19.0.(#50) Huge Thanks! @NeKoFu
2.1.13 #
- Add minValue and maxValue parameters.(#48) Huge Thanks! @ayzerobug
2.1.14 #
- Add onChange parameters.(#51) Huge Thanks! @laripeanuts
2.2.0 #
- Add multiple constructor for CurrencyTextInputFormatter.(#53) Huge Thanks! @rsegecin
2.2.1 #
- Removed turnoffGrouping only for the constructor that accepts format.(#54) Huge Thanks! @rsegecin
2.2.2 #
- Accept num type for minValue and maxValue.(#55) Huge Thanks! @tainanfochesatto
2.2.3 #
- Fix value update.(#56) Huge Thanks! @tainanfochesatto
2.2.4 #
- Maintain cursor position.(#25) Huge Thanks! @jonsaw
2.2.5 #
- Revert changes PR #25. (#62)
2.2.6 #
- Handle parsing of null decimalDigits.(#64) Huge Thanks! @cosmopool