Skip to content

A package for parsing numbers into real english words

License

Notifications You must be signed in to change notification settings

ryzizub/num_to_txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

num_to_txt

A package for parsing numbers into real english words

Pub Version

Usage

import 'package:num_to_txt/num_to_txt.dart';

main() {
  print(numToTxt.numToOrdinal(10));
  print(numToTxt.numToString(100));

  print(numToTxt.changeLanguage("en_GB"));
  print(numToTxt.numToString(100));
}

numToString

Number becomes word like one, two, three, ten thousand etc.

numToOrdinal

Number becomes word like first, second, one hundredth etc.

About

A package for parsing numbers into real english words

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages