indian_number_utils 0.1.0
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.