-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: in_app_purchasePlugin for in-app purchasePlugin for in-app purchasep: webviewThe WebView pluginThe WebView plugin
Description
It's great you've added currencyCode to the ProductDetails class, could you also add currencySymbol?
At the moment I have to do the following which feels pretty fragile:
final currencySymbol= productDetails.price.replaceAll(RegExp(r'[\d.,]'), '');Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: in_app_purchasePlugin for in-app purchasePlugin for in-app purchasep: webviewThe WebView pluginThe WebView plugin