Closed vptcnt closed 10 months ago
@vptcnt How do i install this on my app?
@imsujan276 need to add the code to the plugin
Thank you @vptcnt for this. It helps stores to display the price format according to their locale.
It will be available in v1.5.6
Hello @imsujan276
I have updated PriceV2 to use the localization of NumberFormat. It allows displaying correctly the currency symbol before or after the price according to the locale.
/lib/models/src/product/price_v_2/price_v_2.dart
I have to add the optional parameter to a json helpe in /lib/models/json_helper.dart
and then added two functions at the model Product th /lib/models/src/product/product.dart
Vince