number_to_character 0.0.10 copy "number_to_character: ^0.0.10" to clipboard
number_to_character: ^0.0.10 copied to clipboard

outdated

A new Flutter plugin.

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')

inform the value parameter to choose tha language you want,

arabic => ar
frensh => fr
english => en
spanish => es

Example:

var converter = NumberToCharacterConverter('en');
converter.convertInt(99); // it shows ninety nine

OR

var converter = NumberToCharacterConverter('fr');
converter.convertInt(99); // it shows quatre-vingt dix-neuf

WHAT'S NEXT? #

add more languages

13
likes
0
pub points
90%
popularity

Publisher

unverified uploader

A new Flutter plugin.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on number_to_character