english_numerals 1.0.1 english_numerals: ^1.0.1 copied to clipboard
A package to convert numbers to and from their English written form, with null safety and no dependency on flutter.
1.0.1 #
- Ensure
Cardinal()
doesn't accept garbage and default tozero
1.0.0 #
- Stable version release. No changes to functionality
0.2.1 #
- Added missing documentation on new feature
0.2.0 #
- Added support for creating a
Cardinal()
from a cardinal text, e.g.,Cardinal('one thousand')
- Added
toInt()
andtoBigInt()
onCardinal
0.1.1 #
- Fix static analysis
0.1.0 #
- Implement equality
0.0.1 #
Initial version, including:
- Cardinal numbers on US and UK systems