digit_to_word 1.2.1
digit_to_word: ^1.2.1 copied to clipboard
Convert digits to their english word representations. 4235 becomes four thousand two hundred thirty-five, etc.
1.2.1 Release v 1.2.1 #
- Update max value to be platform specific, Web can't handle 64 bit integers
1.2.0 Release v 1.2.0 #
- Up max value to 64 bit integer max, also add negative support
1.1.0 Release v 1.1.0 #
- Add option for dashes, and meet pub.dev best practices. Also null safety.
1.0.0 Release v 1.0.0 #
- Initial Release
0.0.1 Init #
- Initial creation and first commit