Releases: jorgefspereira/plaid_flutter
Releases · jorgefspereira/plaid_flutter
2.2.2
- Fixed enumerations not handled
- Updated Android SDK to 3.10.0
- Updated iOS SDK to 2.5.1
2.2.1
- Added close method implementation
- Updated Android SDK to 3.7.1
- Update Gradle
- Updated iOS SDK to 2.4.0
2.2.0
- BREAKING CHANGE: All PlaidLink methods are now static (check example provided)
- BREAKING CHANGE: Renamed callbacks to handlers (e.g. SuccessCallback -> LinkSuccessHandler)
- Added noLoadingState property to LinkTokenConfiguration.
- Updated iOS SDK to version 2.3.1
- Updated Android SDK to version 3.6.2
2.1.4
- Updated Android SDK to version 3.5.1
- Updated iOS SDK to version 2.2.0
2.1.3
- Updated iOS SDK to version 2.1.3
- Using LinkKit openWithPresentationHandler.
- Check for a token input with the public- prefix.
- Updated Android SDK to version 3.4.0
2.1.2
- Exposing continueWithRedirectUri function.
2.1.1
2.1.0+1
- Small edit to README file.
2.1.0
- Updated iOS SDK to version 2.1.0
- Fix: elements not iterable on web. Thank you @cwesterhold
- Migration to null safety. New minimum dart sdk version: 2.12
- BREAKING CHANGE: Renamed LinkConfiguration to LinkTokenConfiguration
2.0.2+1
- Added analysis_options.yaml to exclude generated files