nami_flutter 3.2.2 nami_flutter: ^3.2.2 copied to clipboard
Easy subscriptions & in-app purchases for Flutter, with powerful built-in paywalls and A/B testing.
3.2.2 (Aug 19, 2024) #
Changelog #
- Android: Bumped Android compile sdk to 34
Enhancements #
- Support new analytics events including for video metadata
- Improve the sample app
Updated Native SDK Dependencies #
- Apple SDK v3.2.2- Release Notes
- Android SDK v3.2.2- Release Notes
3.1.1 (Nov 8, 2023) #
3.1.0 (Nov 6, 2023) #
#Changelog
- Update bridge to support Apple SDk 3.1.17 and Android SDK 3.1.17
Bug Fixes #
- Fix compile time errors for Android and iOS
Enhancements #
- Add NamiPaywallEvent for paywall action callback
- Implement NamiPaywallManager.buySkuComplete
- Implement NamiPaywallManager.buySkuCancel
- Add url support for NamiCampaignManager.launch
- Add Sample app example for deeplinks using url style of NamiCampaignManager.launch
- Add url style of NamiCampaignManager.isCampaignAvailable
- Add NamiPurchaseSuccessGoogle
- Demonstrate use of NamiPaywallManager.registerBuySkuHandler and NamiPaywallManager.buySkuComplete and NamiPaywallManager.buySkuCancel to sample app.
3.0.7 (Apr 20, 2023) #
3.0.0-alpha.03 (Oct 29, 2022) #
Changelog #
This Nami Flutter release utilizes the following native iOS and Android SDKs.
- Apple SDK v3.0.0-rc.05 - Release Notes
- Android SDK v3.0.0-alpha.10 - Release Notes
Bugfixes #
- Resolve
dart analyze
warnings
Maintenance #
- Improve project CI/CD workflow
3.0.0-alpha.02 (Oct 25, 2022) #
Changelog #
This Nami Flutter release utilizes the following native iOS and Android SDKs.
- Apple SDK v3.0.0-rc.05 - Release Notes
- Android SDK v3.0.0-alpha.10 - Release Notes
Bugfixes #
- Resolve campaign launch on iOS when analytics handler registered
- Resolve SKU reference crash on Android
Enhancements #
- Includes a more robust sample app in
example/testnami
3.0.0-alpha.01 (Oct 14, 2022) #
Changelog #
The first Nami Flutter release incorporating the 3.x series of iOS and Android SDKs.
- Apple SDK v3.0.0-rc.03 - Release Notes
- Android SDK v3.0.0-alpha.07 - Release Notes
New Features #
- Support for a growing library of native paywall templates
- Support for paywall A/B testing
- and much more! See iOS and Android release notes for more details
Enhancements #
- Improved support for registered users
- Simplified API interfaces, error handling, and more
- Implements Nami's V3 API specification