number_to_indian_words 1.0.0 copy "number_to_indian_words: ^1.0.0" to clipboard
number_to_indian_words: ^1.0.0 copied to clipboard

Convert numbers to word formate in indian style.

Convert numbers to words in English in Indian style. Can be very helpful in converting Indian currency to Indian rupees in words.

Features #

Covert num to String words in Indian style.

Getting started #

add dependency to your pubspec.yaml file


dependencies:
  number_to_indian_words: ^1.0.0

import package in your dart file


import 'package:number_to_indian_words/number_to_indian_words.dart';

Example #


import 'package:number_to_indian_words/number_to_indian_words.dart';

void main() {
  print(NumberToIndianWords.convert(123456789));
  // output: twelve crore thirty four lakh fifty six thousand seven hundred eighty nine
}

5
likes
130
points
230
downloads

Publisher

unverified uploader

Weekly Downloads

Convert numbers to word formate in indian style.

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on number_to_indian_words