-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass subscription period to Flutter #7
Comments
Looking forward for this feature as localization can be a pain otherwise. Amazing job guys, i go emotional reading through the documentation. |
Can this feature be expected in the near term? The docs state that only supporting a fixed number of products isn't the best practice. https://docs.revenuecat.com/docs/displaying-products#best-practices |
Localization could be achieved by using the offerings system and checking the type for the packages (https://docs.revenuecat.com/docs/displaying-products#displaying-packages, https://github.com/RevenueCat/purchases-flutter/blob/develop/lib/package_wrapper.dart#L32). I will add this to our backlog to discuss it with product, but I can't promise this will be done. I am going to close this issue since it's a feature request more than an issue with the plugin. |
It's often useful to get the subscription period to display it or calculate various things before displaying it.
The text was updated successfully, but these errors were encountered: