num_to_txt 0.0.7 num_to_txt: ^0.0.7 copied to clipboard
A package for parsing numbers into real english words. Can convert into classic words or ordinals
Changelog #
All notable changes to this project will be documented in this file.
0.0.7 #
Updated docs
0.0.6 #
Preparation for multi-language support
BREAKING CHANGES
Library imported now as variable
NumToTxt.toOrdinal(10)
to numToTxt.toOrdinal(10)
0.0.5 #
Null-safety and docs
0.0.3 #
Updated docs
0.0.2 #
Provide more information and class wrap
0.0.1 #
Initial release