indian_number_utils 0.1.0 copy "indian_number_utils: ^0.1.0" to clipboard
indian_number_utils: ^0.1.0 copied to clipboard

A lightweight utility package for Indian number formatting, compact formats (K/L/Cr), and number-to-words conversion.

Changelog #

All notable changes to the indian_number_utils package will be documented in this file.

This project follows semantic versioning.


0.1.0 — Initial Release #

Added #

  • formatIndianNumber() — Format numbers using Indian grouping (1,23,45,678).
  • formatIndianCompact() — Compact Indian-style formatting (K, L, Cr).
  • indianNumberToWords() — Convert numbers into Indian-style words.
  • Full example Flutter app in example/.
  • Basic test suite for all utilities.
  • README with usage examples.
  • MIT license.
  • Analysis options and lints.
1
likes
160
points
3
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight utility package for Indian number formatting, compact formats (K/L/Cr), and number-to-words conversion.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on indian_number_utils