teller_connect_flutter 0.9.4
teller_connect_flutter: ^0.9.4 copied to clipboard
A Flutter plugin for integrating the Teller Connect SDK, allowing seamless connection to financial institutions and access to financial data.
0.9.4 #
- Implemented
TellerConnectFlutter.instance.startTellerConnect()method to initiate the Teller Connect flow. - Replace
TellerConnectFlutter.setEventHandler()with event stream (TellerConnectFlutter.instance.onTellerEvent) for listening to Teller Connect events. - Documented the plugin methods and events.
- Fix late initialization errors
- Add lazy initialization for internal account apis
0.7.0 #
- Implemented support for Teller products: Accounts, Identity, Transactions, and Balance.
- Added methods for accessing financial data after successful enrollment:
getConnectedAccounts()getAccountTransactions()
- Implemented customizable environment settings (sandbox, development, production).
- Added account selection modes (disabled, single, multiple).
- Implemented debug mode option.
0.0.1 #
- Initial release of the Teller Connect Flutter plugin.
- Added support for Android platform.
- Implemented
TellerConnectFlutter.initialize()method to set up the plugin. - Added
TellerConnectFlutter.setEventHandler()method to handle Teller Connect events.