Question
How to format numbers as thousands separators in Dart
I have to format numbers as thousands separators in dart. I have numbers like:
16987
13876
456786
and I want to format them as :
16,987
13,876
4,56,786
46 56844
46