indian_currency_to_word 0.0.3 indian_currency_to_word: ^0.0.3 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 #
import "package:indian_currency_to_word/indian_currency_to_word";
final converter = AmountToWords();
var number = 999999991.10;
var word = converter.convertAmountToWords(number);
Additional information #
To contribute or provide any suggestion contact me on my github or check my portfolio for contact information: