encore_flutter 1.0.14
encore_flutter: ^1.0.14 copied to clipboard
Flutter plugin wrapping the native Encore iOS and Android SDKs for monetization, offers, and entitlements. All offer UI is rendered natively via StoreKit (iOS) and Play Billing (Android).
1.0.14 #
- Bug fixes and improvements.
1.0.13 #
- Prefix all public types with
Encoreto avoid naming conflicts (UserAttributes→EncoreUserAttributes,PresentationResultGranted→EncorePresentationResultGranted, etc.). - Rename
onPurchaseRequesttoonEncorePurchaseRequest. - Rename
PlacementBuildertoEncorePlacementBuilder. - Add
setClaimEnabledAPI to control offer claim button state. - Fix Android Gradle build: replace SnakeYAML parsing with regex for AGP 9+ compatibility.
1.0.12 #
- TODO: Add release notes.
1.0.11 #
- TODO: Add release notes.
1.0.10 #
- TODO: Add release notes.
1.0.9 #
- TODO: Add release notes.
1.0.8 #
- TODO: Add release notes.
1.0.7 #
- TODO: Add release notes.
1.0.6 #
- TODO: Add release notes.
1.0.5 #
- TODO: Add release notes.
1.0.4 #
- TODO: Add release notes.
1.0.3 #
- TODO: Add release notes.
1.0.2 #
- TODO: Add release notes.
1.0.1 #
- Add proprietary LICENSE file for pub.dev publishing.
1.0.0 #
- Initial release.
- Platform channel bridge to native Encore iOS (XCFramework) and Android (AAR) SDKs.
Encore.shared.configure,identify,setUserAttributes,reset.Encore.shared.placement(id).show()withPresentationResult.onPurchaseRequestwith async handler support (native SDK waits for completion).onPurchaseCompletefor native StoreKit/Play Billing fallback purchases.onPassthroughfor not-granted outcomes.- On-demand handler registration preserving native SDK fallback behavior.