flutter_app_pay 0.0.5 copy "flutter_app_pay: ^0.0.5" to clipboard
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_pay and flutter_app_pay_api (duplicate ProviderToken, ProductType).
  • Updated AppPayClient to 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_api for provider interfaces and DTOs.
  • Removed platform/provider interfaces from public exports (AppPayPlatform, ProviderDescriptor, etc).
  • Updated AppPayClient to work with typed ProductDto / PurchaseEventDto.
  • Simplified public API: applications now work with Product, PurchaseEvent, EntitlementStore and ProviderToken.
  • 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.
0
likes
120
points
66
downloads

Publisher

unverified uploader

Weekly Downloads

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 verification hooks, and a simple extensible design.

Repository (GitHub)
View/report issues

Topics

#in-app-purchase #subscriptions #payments #google-play #app-store

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_app_pay_api, plugin_platform_interface

More

Packages that depend on flutter_app_pay