izipay_sdk 1.0.2
izipay_sdk: ^1.0.2 copied to clipboard
Flutter plugin for the official Izipay Android and iOS SDKs. Supports card payments and Yape on both platforms.
1.0.2 — 2026-03-16 #
- Clean git history — single commit release
1.0.1 — 2026-03-16 #
- Fix: typo
"autorize"→"authorize"in Android SDK call - Fix:
openFormToSaveCardon iOS now returns a properFlutterErrorinstead of silently doing nothing - Fix: removed debug
printstatements from iOS plugin - Improvement: full
///doc comments on all public Dart types and methods - Improvement: internal comments translated to English; constants renamed for clarity
1.0.0 — 2026-03-16 #
Initial release.
payWithCard— opens the Izipay SDK showing only the card payment formpayWithYape— opens the Izipay SDK showing only the Yape form- Stream-based result API via
resultStream - Android: Izipay SDK v2.3.0 (patched AAR — exclusive payment method forms)
- iOS: Izipay SDK v2.3.0 (xcframework, arm64 + simulator)
- Supports Android minSdk 21, iOS 16.0+