indian_currency_to_word 0.0.7 copy "indian_currency_to_word: ^0.0.7" to clipboard
indian_currency_to_word: ^0.0.7 copied to clipboard

A Flutter package for both iOS and Android that converts a given amount to word in Indian Locale.

A Flutter package for both iOS and Android that converts a given amount to word in Indian Locale. Currently it support conversion till Crore. The maximum number is (999999999).

Features #

Converts amount to word in indian locale.

Getting started #

There is no prerequisites required to use this library. The library is usefull when you are working with money related projects one such example could be a payroll system.

Usage #

NOTE The number must be double and there is a optional argument ignoreDecimal

ignoreDecimal: false

by default its set to false.

Example:

import "package:indian_currency_to_word/indian_currency_to_word";

final converter = AmountToWords();
// The number argument must be of type double.
var number = 999991.12;

var word =  converter.convertAmountToWords(number);
var wordIgnoreDecimal = converter.convertAmountToWords(number, ignoreDecimal: true)

Additional information #

To contribute or provide any suggestion contact me on my github or check my portfolio for contact information:

Porfolio

6
likes
0
pub points
94%
popularity

Publisher

verified publisherdayananda.tech

A Flutter package for both iOS and Android that converts a given amount to word in Indian Locale.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on indian_currency_to_word