menu
money_readable package
documentation
money_readable.dart
money_readable.dart
dark_mode
light_mode
money_readable
library
Extensions
EmptySpace
on
num
Functions
moneyReadableInt
(
int
n
)
→
String
Function that converts large numbers to humanized form
Returns same if number < 1000
Else Returns rounded number with appropriate suffix
Eg:
234 -> 234
1000 -> 1K
1234 -> 1.2K
12340 -> 12K
123400 -> 123K
1234000 -> 1.2M
....
moneyReadableIntInd
(
int
n
)
→
String
Function that converts large numbers to humanized form
Returns same if number < 1000
Else Returns rounded number with appropriate suffix in Indian numbering system (Thousand, Lakhs and Crores)
Eg:
234 -> 234
1000 -> 1K
1234 -> 1.2K
12340 -> 12K
1234000 -> 12L
12340000 -> 1.2Cr ....
money_readable package
documentation
money_readable.dart
money_readable
package
Libraries
CustomToast
money_readable
money_readable_base
network_utils
sized_box_extension
humanize_big_int library