currency_text_input_formatter 2.0.1
currency_text_input_formatter: ^2.0.1 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.