number_to_character

Creator: coderz1093

Last updated:

Add to Cart

Description:

number to character

number_to_character #
this plugin is build to convert number to text
Getting Started #
This project is a starting point for a Flutter
plug-in package,
a specialized package that includes platform-specific implementation code for
Android and/or iOS.
For help getting started with Flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.
How to use #
First instantiate
NumberToCharacterConverter('en')
copied to clipboard
inform the value parameter to choose tha language you want,
arabic => ar
frensh => fr
english => en
spanish => es
copied to clipboard
Example:
var converter = NumberToCharacterConverter('en');
converter.convertInt(99); // it shows ninety nine
copied to clipboard
OR
var converter = NumberToCharacterConverter('fr');
converter.convertInt(99); // it shows quatre-vingt dix-neuf
copied to clipboard
WHAT'S NEXT? #
add more languages

License

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

Customer Reviews

There are no reviews.