flutter_app_pay 0.0.5
flutter_app_pay: ^0.0.5 copied to clipboard
Modular in-app purchase SDK for Flutter. Provides a unified API for Google Play, App Store, and RuStore billing through separate provider plugins. Includes entitlement management, server-side receipt [...]
0.0.5 #
- bug fix.
0.0.4 #
- Fixed type conflicts between
flutter_app_payandflutter_app_pay_api(duplicateProviderToken,ProductType). - Updated
AppPayClientto use only API types (ProductDto,PurchaseEventDto). - Removed redundant local enums and models from the core package.
- Improved compatibility with provider plugins (Google Play, App Store, RuStore).
- Minor code cleanup and documentation improvements.
0.0.3 #
- Refactored core package to use
flutter_app_pay_apifor provider interfaces and DTOs. - Removed platform/provider interfaces from public exports (
AppPayPlatform,ProviderDescriptor, etc). - Updated
AppPayClientto work with typedProductDto/PurchaseEventDto. - Simplified public API: applications now work with
Product,PurchaseEvent,EntitlementStoreandProviderToken. - Cleaned up
pubspec.yaml(removed plugin section, dropped unused dependencies). - General bug fixes and stability improvements.
0.0.2 #
- bug fix.
0.0.1 #
- first release.