Hey! We need to format prices in local currencies ...
# multiplatform
p
Hey! We need to format prices in local currencies in our kmm app. In Java we are using NumberFormat and Currency classes for this task. Is currency formatting supported in KMM natively? Are there any third party libs?
k
https://github.com/fluidsonic/fluid-currency if you find something else, don't forget to add it here 😉 https://github.com/terrakok/kmm-awesome#-utils
p
Thank you so much, Konstantin!
a
fluid-currency just has the mapping of all the currency codes with the name and doesn't support any formatting so this is not much useful in this context. Is there any latest lib?
664 Views