verify_local_purchase 1.0.4
verify_local_purchase: ^1.0.4 copied to clipboard
A Flutter package for verifying in-app purchases and subscriptions locally on device with Apple App Store and Google Play Store.
1.0.4 #
- purchase_token_utils.dart
1.0.3 #
- new doc
1.0.2 #
- Added individual platform-specific methods to
VerifyLocalPurchase:verifyPurchaseWithAppStore()verifyPurchaseWithGooglePlay()verifySubscriptionWithAppStore()verifySubscriptionWithGooglePlay()
1.0.0 #
- Initial release
- Support for verifying in-app purchases on iOS and Android
- Support for verifying subscriptions on iOS and Android
- Easy initialization with
VerifyLocalPurchase.initialize() - Apple App Store integration using App Store Server API
- Google Play Store integration using Google Play Developer API
- Local verification without backend server
- Support for both sandbox and production environments