Skip to content

[in_app_purchase] Add currencySymbol #83984

@jimmyff

Description

@jimmyff

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    c: new featureNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to Flutterp: in_app_purchasePlugin for in-app purchasep: webviewThe WebView plugin

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions