Skip to content

champ96k/int_to_words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numbers to words

This package allows you to easily convert numbers to words.

Usage

Example

To use this package :

  • add the dependency to your pubspec.yaml file.
dependencies:
  flutter:
    sdk: flutter
  int_to_words: ^0.0.4

How to use

  final NumberToWords _number = NumberToWords();

  final _num = _number.convert(022); -> Twenty Two

  final _num1 = _number.convert(47474747); -> Forty Seven Million Four Hundred and Seventy Four Thousand Seven Hundred and Forty Seven

 

Created & Maintained By

Tushar Nikam


About

This package allows you to easily convert numbers to words.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages