add_comma library

Functions

addCommas({String placeholder = '', String separator = ','}) NoFormat
To add a separator to the value provided use the separator parameter to set the separator you wish to use.
addCommasIndian({String placeholder = '', String separator = ','}) NoFormat
Using the Indian number system

Typedefs

NoFormat = String? Function(num value)