flutter_money_formatter 0.8.3 flutter_money_formatter: ^0.8.3 copied to clipboard
FlutterMoneyFormatter is a Flutter extension to formatting various types of currencies according to the characteristics you like, without having to be tied to any localization.
Version 0.8.* #
-
[0.8.3] #
- [FIX] : By Gerrel
- Enforce decimal separator initialization.
- Change AndroidX version.
- [FIX] : By Gerrel
-
[0.8.2] #
- [UPDATES]
- Upgrade Intl version
- [UPDATES]
-
[0.8.1] #
- [FIX]
- Fix invalid substring index as described here and here
- [FIX]
-
[0.8.0] #
-
[ADD]
fastCalc
method
-
[UPDATES]
- fix miss-type on
CompactFormatType.sort
- Update documentations
- fix miss-type on
-
Version 0.7.* #
-
[0.7.3] #
- [FIX]
- Fix broken image on pub.dartlang.org documentation.
- [FIX]
-
[0.7.2] #
-
[FIX]
-
[ADD]
- Screenshot on documentation
-
-
[0.7.1] #
- [UPDATES]
- Formatting source code as suggested by pub.dartlang.org.
- [UPDATES]
-
[0.7.0] #
-
[FIX]
fractionDigitsOnly
bugs when using custom decimal symbol.withoutFractionDigits
bugs when using custom decimal symbol.- Fix typo on documentation
-
[ADD]
- Add license info on documentation
-
Version 0.6.* #
-
[0.6.3] #
- [FIX]
- Fix header license to support https://pub.dartlang.org/documentation.
- Fix miss type documentation data.
- [FIX]
-
[0.6.2] #
- [UPDATE]
- License badge on documentation.
- [UPDATE]
-
[0.6.1] #
- [UPDATE]
- Formatting source code as suggested by pub.dartlang.org.
- [UPDATE]
-
[0.6.0] #
Be careful, this version has a lot of changes. After updating this version makes your application need to be revised as well.
- [CHANGES]
- Classified settings, output, and comparator, see documentation for more information.
- Update documentation to match with current version.
- Changing the license from the MIT license becomes a BSD license.
- License notes on each file.
- Code improvements.
- [CHANGES]
Version 0.5.* #
-
[0.5.4] #
- [DEPRECATED]
spaceBetweenSymbolAndNumber
is deprecated and updated withsymbolAndNumberSeparator
- [ADD]
symbolAndNumberSeparator
withString
data type. - [UPDATE] documentation to match with the library capability.
- [UPDATE] Formatting source code as suggested by pub.dartlang.org.
- [DEPRECATED]
-
[0.5.3] #
- [FIX] UPDATELOG format
-
[0.5.2] #
- [FIX] Fix missing tags on documentation
- [ADD] License notice on library
- [ADD]
library
tag on header
-
[0.5.1] #
- [UPDATE] Update documentation
-
[0.5.0] #
- [FIX] Compact form as described here
- [DEPRECATED] CompactFormatCase.
- [UPDATE] Update documentation.
- [ADD] CompactFormatType enum on format settings
Version 0.4.* #
-
[0.4.8+1] #
- [REFIX] Remove unsopported documentation tag for pub.dartlang.org
-
[0.4.8] #
- [FIX] Remove unsopported documentation tag for pub.dartlang.org
-
[0.4.7] #
- [UPDATE] Package description
- [UPDATE] Enhance documentation
-
[0.4.6] #
- [FIX] Inconsisten naming on source code & documentation
-
[0.4.5] #
- [FIX] Documentation for method name changes.
-
[0.4.2] #
- [UPDATE] Revise license note.
-
[0.4.1] #
- [ADD] Compact format support
- [ADD] Version badges on documentation
-
[0.4.0] #
- [ADD] Compact format support.
- [UPDATE] Update documentation.
Version 0.3.* #
-
[0.3.1] #
- [ADD] Some badges on documentation
-
[0.3.0] #
- [UPDATE] Documentation
- [ADD] Compare methods:
isLowerThan
isGreaterThan
isEqual
isEqualOrLowerThan
isEqualOrGreaterThan
Version 0.2.* #
-
[0.2.2] #
- [ADD] Document public APIs
-
[0.2.1] #
- [FIX] Someline on documention files.
-
[0.2.0] #
- [OPTIMIZE] UPDATE
meta
package intofoundation
package.
- [OPTIMIZE] UPDATE