english_numerals library

Library to implement English written numerals in pure dart with null safety

Built using rules on wikipedia

Classes

Cardinal
A class that takes an integer number on its constructor and represents its cardinal form on toString() method. Defaults to US notation, but enUs and enUk getters can be used to specify locale.