english_numerals 0.1.1 icon indicating copy to clipboard operation
english_numerals: ^0.1.1 copied to clipboard

A package to convert numbers to their English written form, with null safety and no dependency on flutter.

Simple package to transform numbers into English numerals without flutter dependency and with null safety, as opposed to other obsolete packages.

Features #

Only integer cardinals are currently available, in the non-inclusive range ]-10^66, 10^66[

Usage #

final other = Cardinal(999);
print(other.enUk); // "nine hundred and ninety-nine"
print(other.enUs); // "nine hundred ninety-nine"
print(other.toString()); // "nine hundred ninety-nine"
0
likes
140
pub points
63%
popularity

Publisher

verified publisher iconel-darto.net

A package to convert numbers to their English written form, with null safety and no dependency on flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

meta

More

Packages that depend on english_numerals