Releases: jorgefspereira/plaid_flutter
Releases · jorgefspereira/plaid_flutter
2.0.2
- Updated iOS SDK to version 2.0.11
- Updated Android SDK to version 3.2.4
2.0.1
- Updated iOS SDK to version 2.0.10
2.0.0
- iOS: migration 1.x SDK to the 2.0.9 SDK.
- Android: migration 2.x SDK to the 3.2.2 SDK.
- Supporting the new Android plugins APIs
- Initial Web support
1.1.6
- Added support for payment initiation product type. Thank you @teerryn
- Updated LinkKit to 1.1.38: Fix issue with null account_id in returned metadata
1.1.5
- Bug fix: verification status always null on android.
1.1.4
- Added verification_status to onSuccess callback.
- Support for legacy update mode (which uses a token). Thank you @jaredanderton.
1.1.3
- Updated Plaid iOS SDK to version 1.1.36
- Updated Plaid Android SDK to version 2.2.0
1.1.2
- Added a close method to allow Link re-initialization.
1.1.1
- Institution metadata (name, id) is now parsed correctly on Android.
1.1.0
- Breaking change: added the prefix 'Link' to the metadata objects.
- Fixed exit event not being triggered in some occasions.
- Locked Plaid iOS SDK version to avoid conflits when integrating the plugin.
- Fixed issue with institution not being correctly parsed on the events metadata.