coinflow_card_form 0.3.0
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
cardBackgroundtoMerchantThemeto control the inner card-entry surface independently of the outer canvasbackground. - Add
placeholderColortoMerchantThemeto 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
onHeightChangecallback andcontentHeightgetter toCoinflowCardFormController. 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 driveCoinflowCardFormWidget.heightfrom the callback to keep the container fitted. - Append
useHeightChange=trueto 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, andcvvFormvariants. MerchantThemesupport for styling the rendered form.CoinflowCardFormController.tokenize()returns aTokenizeResponsewith token and optional expiry.