flutter_app_pay 0.0.3
flutter_app_pay: ^0.0.3 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.3 #
- Refactored core package to use
flutter_app_pay_api
for provider interfaces and DTOs. - Removed platform/provider interfaces from public exports (
AppPayPlatform
,ProviderDescriptor
, etc). - Updated
AppPayClient
to work with typedProductDto
/PurchaseEventDto
. - Simplified public API: applications now work with
Product
,PurchaseEvent
,EntitlementStore
andProviderToken
. - 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.