coinflow_card_form 0.3.0 copy "coinflow_card_form: ^0.3.0" to clipboard
coinflow_card_form: ^0.3.0 copied to clipboard

Coinflow Card Form SDK for Flutter - Tokenize card data securely via WebView.

Changelog #

0.3.0 #

  • Add cardBackground to MerchantTheme to control the inner card-entry surface independently of the outer canvas background.
  • Add placeholderColor to MerchantTheme to control placeholder text color in card form inputs.
  • Fix the card brand icon being hidden when the card form reflows to a stacked two-row layout at narrow widths.

0.2.0 #

  • Add onHeightChange callback and contentHeight getter to CoinflowCardFormController. The hosted form now reports its rendered content height (logical pixels) whenever it reflows — e.g. when narrow widths cause inputs to wrap to multiple rows. Hosts can drive CoinflowCardFormWidget.height from the callback to keep the container fitted.
  • Append useHeightChange=true to the form URL so the embedded iframe emits height-change postMessages.

0.1.0 #

  • Initial release of coinflow_card_form.
  • WebView-backed card tokenization with cardForm, cardNumberForm, and cvvForm variants.
  • MerchantTheme support for styling the rendered form.
  • CoinflowCardFormController.tokenize() returns a TokenizeResponse with token and optional expiry.
1
likes
140
points
105
downloads

Documentation

API reference

Publisher

verified publishercoinflow.cash

Weekly Downloads

Coinflow Card Form SDK for Flutter - Tokenize card data securely via WebView.

Homepage
Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter, webview_flutter

More

Packages that depend on coinflow_card_form