Changelog
Version history and release notes for the EdfaPay Payment Gateway SDK and Flutter plugin.
v1.0.0-beta.2Current
First public version of the Flutter plugin — a thin RPC bridge to the native iOS / Android Kotlin Multiplatform SDK.
Breaking Changes
- Renamed EdfaPgSdk.init(...) to EdfaPgSdk.initialize(...) to match the native SDK API.
New Features
- First version of the Flutter plugin (wrapper to the native iOS / Android KMP SDK).
Improvements
- iOS: switched distribution from CocoaPods to Swift Package Manager, consuming the SDK via the remote SPM package edfapay-spm-distribution 1.0.0-beta.2.
- iOS: restructured plugin sources to the Flutter SPM layout (ios/edfapay_pg_plugin/Sources/).
Breaking Change
EdfaPgSdk.init(...) was renamed to EdfaPgSdk.initialize(...) to match the native SDK API. Update your app startup call.
Versioning Policy
The SDK and plugin follow Semantic Versioning (MAJOR.MINOR.PATCH). Pin to an exact version in production and read the release notes before crossing a MAJOR boundary. The plugin version tracks — but need not equal — the underlying KMP SDK version.
| Bump | Triggers |
|---|---|
| MAJOR | Breaking changes to the EdfaPgSdk API, the CardPay builder, or any public data model. |
| MINOR | New methods, new design types, new query helpers. Source-compatible. |
| PATCH | Bug fixes, dependency bumps, redaction-rule tightening. |
On this page
Downloads
Coming SoonSample apps, release bundles, and more content will be available here soon.