teller_connect_flutter 0.12.1 copy "teller_connect_flutter: ^0.12.1" to clipboard
teller_connect_flutter: ^0.12.1 copied to clipboard

A Flutter plugin for integrating the Teller Connect SDK, allowing seamless connection to financial institutions and access to financial data.

0.12.1 #

  • Replace status with [TransactionStatus] enum in [TransactionModel].
  • Replace processingStatus [TransactionProcessingStatus] enum in [TransactionModel].

0.12.0 #

  • Refactored [TransactionModel] to include [TransactionSubType], [TransactionType] and expanded details object into fields.
  • Refactored [TransactionCounteprartyModel] to use [CounterpartyType] for type and changed de/serialization logic.
  • Refactored [TransactionPagination] to be generated using freezed and json_serializable.

0.11.0 #

  • Fixed bugs in the Teller Connect API endpoints.
  • Refactor saveToken and getToken to include enrollmentId as argument as well.
  • All methods now require enrollmentId as an argument to load bank specific information.

0.10.1 #

  • Replace [ByteData] with [Uint8List] for certFile and keyFile parameters in the initialize method.

0.10.0 #

  • Added mTLS support for Teller Connect API requests.
  • Initialization method now requires three parameters: appId, certFile, and keyFile. The appId is the Teller Connect application ID, certFile is the [ByteData] for client certificate file, and keyFile is the [ByteData] for the client private key file.
  • Refactored the initialization method to make repeated initialization calls exception free.

0.9.5 #

  • Fixed a bug in the teller api endpoint routes.

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.
0
likes
130
points
81
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for integrating the Teller Connect SDK, allowing seamless connection to financial institutions and access to financial data.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dio, flutter, freezed_annotation, json_annotation, plugin_platform_interface

More

Packages that depend on teller_connect_flutter

Packages that implement teller_connect_flutter