ordinal_formatter 0.1.0
ordinal_formatter: ^0.1.0 copied to clipboard
Ordinal formatter is a simple tool to covert numbers into their localised ordinal form. Example "2" -> "2nd"
0.1.0 #
- add web support
0.0.8 #
- cdn image url
0.0.7 #
- update image url to be shown in pub get
0.0.6 #
- add example image
0.0.5 #
- update readme example
0.0.4 #
- kotlin code simplification
0.0.3 #
- fix typo in description
0.0.2 #
- update readme and project description
0.0.1 #
- Initial release adds OrdinalFormatter class and the format() function.