int_to_words

Last updated:

0 purchases

int_to_words Image
int_to_words Images
Add to Cart

Description:

int to words

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
copied to clipboard
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


copied to clipboard
Created & Maintained By #
Tushar Nikam

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.