ezyrevenue 0.0.4
ezyrevenue: ^0.0.4 copied to clipboard
EzyRevenue Flutter SDK — Simplify in-app subscription management across iOS and Android with a single API.
0.0.4 #
- Updated Google Play Billing Library to version
8.0.0or later to comply with Google Play requirements. - Migrated Android billing flow to support
PendingPurchasesParamswith one-time products and prepaid plans. - Updated
queryProductDetailsAsynccallbacks to work withQueryProductDetailsResult.
0.0.3 #
- Fixed Web & WASM compatibility by removing direct
dart:iodependency in client code. - Migrated Android plugin to Built-in Kotlin /
jvmToolchain(17)standards. - Relocated Swift Package Manager (SPM) manifest to
ios/ezyrevenue/Package.swift. - Formatted Dart files according to standard
dart format.
0.0.2 #
- Added Swift Package Manager (SPM) support for iOS.
- Verbose logs are now suppressed in release builds to prevent accidental token/header exposure.
- Access token is now encrypted before storing in SharedPreferences (backward-compatible with 0.0.1 sessions).
- Guarded internal method channel logging with
kDebugMode.
0.0.1 #
- Initial release.
- Cross-platform (iOS, Android, Web) in-app subscription management.
- Single-call SDK initialization with automatic session persistence.
- Fetch offerings, packages, and products from the EzyRevenue dashboard.
- Purchase packages or individual products via native store flows.
- Query subscriber entitlements.
- Configurable logging with
LogLeveland customonLogcallback.