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

A Dart package to format numbers in the Indian numeral system and convert numbers to words with South Asian currency support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add indian_numeral_converter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  indian_numeral_converter: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:indian_numeral_converter/indian_numeral_converter.dart';
2
likes
140
points
20
downloads

Publisher

verified publisheragniva.tech

Weekly Downloads

A Dart package to format numbers in the Indian numeral system and convert numbers to words with South Asian currency support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_test

More

Packages that depend on indian_numeral_converter