purchases_dart 2.0.0
purchases_dart: ^2.0.0 copied to clipboard
A pure Dart implementation of purchases_flutter (aka RevenueCat), designed to facilitate in-app purchases and subscriptions with Web Billing.
2.0.0 #
Breaking changes:
- Now using RevenueCat Web Billing. Stripe configuration is no longer needed
- Remove
purchaseAPI. AddgetWebCheckoutUrlfor making purchases - Remove storeProduct from configs. Config now only support Web Billing API key
- Remove
purchases_dart_stripesupport
1.0.5 #
- Bump purchases_flutter
- Fix metadata parsing
- Change RCHTTP character case
- Remove dead code
1.0.4 #
- Bump purchases_flutter
1.0.3 #
- Update readme links
1.0.0 #
- Initial release